Skip to content

Commit a76830f

Browse files
author
soliury
committed
some litile change
1 parent e653265 commit a76830f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

android/settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
rootProject.name = 'noder'
22

33
include ':app'
4-
include ':react-native-camera'
5-
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera//Users/soliury/soliury/git/noder-react-native/node_modules/react-native-camera/android')
64
include ':react-native-vector-icons'
75
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
86
include ':react-native-camera'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "react-native start",
66
"clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f",
77
"postinstall": "npm run clean:babelrc",
8-
"android": "react-native run-android && npm run log",
8+
"an": "react-native run-android",
99
"log": "adb logcat *:S ReactNative:V ReactNativeJS:V"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)