File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ If you have issues building the app for iOS try the following
6161
6262The following plugins have been created with create-react-native-plugin as a starting point.
6363
64- - [ React Native Indicate] ( https://github.com/naminho/indicate/tree/master/plugins/react-native )
65- Scroll indicator for views with overflow.
66- - [ Reactigation] ( https://github.com/naminho/reactigation )
64+ - [ Reactigation] ( https://github.com/tobua/reactigation )
6765 JS-only navigation for React Native.
68- - [ React Native Cols] ( https://github.com/naminho /react-native-cols )
66+ - [ React Native Cols] ( https://github.com/tobua /react-native-cols )
6967 Grid for React Native.
68+ - [ React Native Indicate] ( https://github.com/tobua/indicate/tree/master/plugins/react-native )
69+ Scroll indicator for views with overflow.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import copy from 'recursive-copy'
55import rimraf from 'rimraf'
66
77// Enhances source files inside /app with a fresh RN project template.
8- const appName = 'MyPluginApp '
8+ const appName = '<%= pascal %>App '
99
1010console . log ( '⌛ Initializing a fresh RN project...' )
1111
Original file line number Diff line number Diff line change 1313 },
1414 "devDependencies" : {
1515 "@babel/core" : " ^7.15.0" ,
16- "@babel/node" : " ^7.14.9" ,
17- "@babel/preset-env" : " ^7.15.0" ,
1816 "@react-native-community/eslint-config" : " 3.0.0" ,
1917 "babel-jest" : " ^27.0.6" ,
2018 "cpx" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments