Skip to content

Commit ee7e4ab

Browse files
committed
[0.46.0-rc.0] Bump version numbers
1 parent 0bc3bb0 commit ee7e4ab

3 files changed

Lines changed: 3 additions & 28 deletions

File tree

ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1000.0.0-master
1+
VERSION_NAME=0.46.0-rc.0
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -238,4 +238,4 @@
238238
"shelljs": "0.6.0",
239239
"sinon": "^2.2.0"
240240
}
241-
}
241+
}

scripts/test-manual-e2e.sh

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,6 @@ success "Killing any running packagers"
4242
lsof -i :8081 | grep LISTEN
4343
lsof -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-
7045
npm pack
7146

7247
PACKAGE=$(pwd)/react-native-$PACKAGE_VERSION.tgz

0 commit comments

Comments
 (0)