You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ createLibraryModule({
142
142
view:Boolean, /* Generate the module as a very simple native view component (Default: false) */
143
143
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) */
144
144
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`) */
146
146
writeExamplePodfile:Boolean, /* [iOS] EXPERIMENTAL FEATURE NOT SUPPORTED: write (or overwrite) example ios/Podfile (Default: false) */
0 commit comments