Skip to content

Commit 672ccb8

Browse files
committed
fix(package): remove unnecessary dependencies and update documentation
1 parent bdfd022 commit 672ccb8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ If you have issues building the app for iOS try the following
6161

6262
The 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.

template/create-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import copy from 'recursive-copy'
55
import 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

1010
console.log('⌛ Initializing a fresh RN project...')
1111

template/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
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",

0 commit comments

Comments
 (0)