File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- VERSION_NAME =1000.0.0-master
1+ VERSION_NAME =0.46.0-rc.0
22GROUP =com.facebook.react
33
44POM_NAME =ReactNative
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native" ,
3- "version" : " 1000.0 .0" ,
3+ "version" : " 0.46.0-rc .0" ,
44 "description" : " A framework for building native apps using React" ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : {
238238 "shelljs" : " 0.6.0" ,
239239 "sinon" : " ^2.2.0"
240240 }
241- }
241+ }
Original file line number Diff line number Diff line change @@ -42,31 +42,6 @@ success "Killing any running packagers"
4242lsof -i :8081 | grep LISTEN
4343lsof -i :8081 | grep LISTEN | /usr/bin/awk ' {print $2}' | xargs kill
4444
45- info " Start the packager in another terminal by running 'npm start' from the root"
46- info " and then press any key."
47- info " "
48- read -n 1
49-
50- ./gradlew :RNTester:android:app:installDebug || error " Couln't build RNTester Android"
51-
52- info " Press any key to run RNTester in an already running Android emulator/device"
53- info " "
54- read -n 1
55- adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
56-
57- info " Press any key to open the project in Xcode, then build and test manually."
58- info " "
59- read -n 1
60- open " RNTester/RNTester.xcodeproj"
61-
62- info " When done testing RNTester app on iOS and Android press any key to continue."
63- info " "
64- read -n 1
65-
66- success " Killing packager"
67- lsof -i :8081 | grep LISTEN
68- lsof -i :8081 | grep LISTEN | /usr/bin/awk ' {print $2}' | xargs kill
69-
7045npm pack
7146
7247PACKAGE=$( pwd) /react-native-$PACKAGE_VERSION .tgz
You can’t perform that action at this time.
0 commit comments