Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update test project to react-native 0.69 #172

Merged
merged 3 commits into from
Jul 13, 2022
Merged

update test project to react-native 0.69 #172

merged 3 commits into from
Jul 13, 2022

Conversation

Kudo
Copy link
Member

@Kudo Kudo commented Jul 12, 2022

Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

How

  1. mv test test2
  2. npx react-native init test --version 0.69
  3. change jsc-android maven path in android/build.gradle
  4. use jsc-android-intl in android/app/build.gradle
  5. add androidTestImplementation dependencies in android/app/build.gradle
  6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
  7. update SimpleTest.java for the matching text
  8. [ci] use java 11

Test Plan

ci passed

@Kudo Kudo merged commit 32c2dbb into main Jul 13, 2022
@Kudo Kudo deleted the rn069-test branch July 13, 2022 06:13
Kudo added a commit that referenced this pull request Feb 4, 2023
# Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

# How

1. mv test test2
2. npx react-native init test --version 0.69
3. change jsc-android maven path in `android/build.gradle`
4. use jsc-android-intl in `android/app/build.gradle`
5. add androidTestImplementation dependencies in `android/app/build.gradle`
6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
7. update `SimpleTest.java` for the matching text
8. [ci] use java 11

# Test Plan

ci passed

(cherry picked from commit 32c2dbb)
Kudo added a commit that referenced this pull request Feb 4, 2023
# Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

# How

1. mv test test2
2. npx react-native init test --version 0.69
3. change jsc-android maven path in `android/build.gradle`
4. use jsc-android-intl in `android/app/build.gradle`
5. add androidTestImplementation dependencies in `android/app/build.gradle`
6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
7. update `SimpleTest.java` for the matching text
8. [ci] use java 11

# Test Plan

ci passed

(cherry picked from commit 32c2dbb)
Kudo added a commit that referenced this pull request Feb 4, 2023
# Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

# How

1. mv test test2
2. npx react-native init test --version 0.69
3. change jsc-android maven path in `android/build.gradle`
4. use jsc-android-intl in `android/app/build.gradle`
5. add androidTestImplementation dependencies in `android/app/build.gradle`
6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
7. update `SimpleTest.java` for the matching text
8. [ci] use java 11

# Test Plan

ci passed

(cherry picked from commit 32c2dbb)
Kudo added a commit that referenced this pull request Feb 4, 2023
# Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

# How

1. mv test test2
2. npx react-native init test --version 0.69
3. change jsc-android maven path in `android/build.gradle`
4. use jsc-android-intl in `android/app/build.gradle`
5. add androidTestImplementation dependencies in `android/app/build.gradle`
6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
7. update `SimpleTest.java` for the matching text
8. [ci] use java 11

# Test Plan

ci passed

(cherry picked from commit 32c2dbb)
Kudo added a commit that referenced this pull request Feb 4, 2023
# Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

# How

1. mv test test2
2. npx react-native init test --version 0.69
3. change jsc-android maven path in `android/build.gradle`
4. use jsc-android-intl in `android/app/build.gradle`
5. add androidTestImplementation dependencies in `android/app/build.gradle`
6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
7. update `SimpleTest.java` for the matching text
8. [ci] use java 11

# Test Plan

ci passed

(cherry picked from commit 32c2dbb)
Kudo added a commit that referenced this pull request Feb 4, 2023
# Why

the react-native project for test project is outdated and there're many vulnerable alarms from dependencies.

# How

1. mv test test2
2. npx react-native init test --version 0.69
3. change jsc-android maven path in `android/build.gradle`
4. use jsc-android-intl in `android/app/build.gradle`
5. add androidTestImplementation dependencies in `android/app/build.gradle`
6. cp -R test2/android/app/src/androidTest test/android/app/src/androidTest
7. update `SimpleTest.java` for the matching text
8. [ci] use java 11

# Test Plan

ci passed

(cherry picked from commit 32c2dbb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant