Skip to content

Commit 5c357ac

Browse files
author
Chris Brody
authored
doc: fix default React Native version in lib API (#255)
1 parent 0a602cc commit 5c357ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ createLibraryModule({
142142
view: Boolean, /* Generate the module as a very simple native view component (Default: false) */
143143
generateExample: Boolean, /* Generate an example project and links the library module to it, requires both react-native-cli and yarn to be installed globally (Default: false) */
144144
exampleName: String, /* Name for the example project (Default: `example`) */
145-
exampleReactNativeVersion: String, /* React Native version for the generated example project (Default: `react-native@0.59`) */
145+
exampleReactNativeVersion: String, /* React Native version for the generated example project (Default: `react-native@0.61`) */
146146
writeExamplePodfile: Boolean, /* [iOS] EXPERIMENTAL FEATURE NOT SUPPORTED: write (or overwrite) example ios/Podfile (Default: false) */
147147
}
148148
```

0 commit comments

Comments
 (0)