Skip to content

Commit 0524507

Browse files
committed
fix: readme formatting
1 parent 779d16a commit 0524507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/activityresult/__docs__

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/activityresult/__docs__/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ between builds, which breaks result delivery after the process is killed and
5858
restored, so passing one throws `IllegalArgumentException` at registration.
5959

6060
The same stability concern applies to minification. If the app minifies class
61-
names (R8/ProGuard), the obfuscated name of the owner class is not guaranteed
62-
to be the same from one build to the next, so a result delivered after an app
61+
names (R8/ProGuard), the obfuscated name of the owner class is not guaranteed to
62+
be the same from one build to the next, so a result delivered after an app
6363
update can be dropped. Keep the owner class's name (for example with
6464
`-keepnames`) if results must survive across builds.
6565

0 commit comments

Comments
 (0)