Skip to content

Commit 70ea469

Browse files
authored
Update to React Native 0.67.1 (#244)
* feat: update to react native 0.67.1 * update: README for latest RN version
1 parent bb78a08 commit 70ea469

File tree

15 files changed

+150
-20
lines changed

15 files changed

+150
-20
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BUNDLE_PATH: "vendor/bundle"
2+
BUNDLE_FORCE_RUBY_PLATFORM: 1

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.4

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ource 'https://rubygems.org'
2+
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
3+
ruby '2.7.4'
4+
gem 'cocoapods', '~> 1.11', '>= 1.11.2'

Gemfile.lock

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (6.1.4.4)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.0)
13+
public_suffix (>= 2.0.2, < 5.0)
14+
algoliasearch (1.27.5)
15+
httpclient (~> 2.8, >= 2.8.3)
16+
json (>= 1.5.1)
17+
atomos (0.1.3)
18+
claide (1.1.0)
19+
cocoapods (1.11.2)
20+
addressable (~> 2.8)
21+
claide (>= 1.0.2, < 2.0)
22+
cocoapods-core (= 1.11.2)
23+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24+
cocoapods-downloader (>= 1.4.0, < 2.0)
25+
cocoapods-plugins (>= 1.0.0, < 2.0)
26+
cocoapods-search (>= 1.0.0, < 2.0)
27+
cocoapods-trunk (>= 1.4.0, < 2.0)
28+
cocoapods-try (>= 1.1.0, < 2.0)
29+
colored2 (~> 3.1)
30+
escape (~> 0.0.4)
31+
fourflusher (>= 2.3.0, < 3.0)
32+
gh_inspector (~> 1.0)
33+
molinillo (~> 0.8.0)
34+
nap (~> 1.0)
35+
ruby-macho (>= 1.0, < 3.0)
36+
xcodeproj (>= 1.21.0, < 2.0)
37+
cocoapods-core (1.11.2)
38+
activesupport (>= 5.0, < 7)
39+
addressable (~> 2.8)
40+
algoliasearch (~> 1.0)
41+
concurrent-ruby (~> 1.1)
42+
fuzzy_match (~> 2.0.4)
43+
nap (~> 1.0)
44+
netrc (~> 0.11)
45+
public_suffix (~> 4.0)
46+
typhoeus (~> 1.0)
47+
cocoapods-deintegrate (1.0.5)
48+
cocoapods-downloader (1.5.1)
49+
cocoapods-plugins (1.0.0)
50+
nap
51+
cocoapods-search (1.0.1)
52+
cocoapods-trunk (1.6.0)
53+
nap (>= 0.8, < 2.0)
54+
netrc (~> 0.11)
55+
cocoapods-try (1.2.0)
56+
colored2 (3.1.2)
57+
concurrent-ruby (1.1.9)
58+
escape (0.0.4)
59+
ethon (0.15.0)
60+
ffi (>= 1.15.0)
61+
ffi (1.15.5)
62+
fourflusher (2.3.1)
63+
fuzzy_match (2.0.4)
64+
gh_inspector (1.1.3)
65+
httpclient (2.8.3)
66+
i18n (1.8.11)
67+
concurrent-ruby (~> 1.0)
68+
json (2.6.1)
69+
minitest (5.15.0)
70+
molinillo (0.8.0)
71+
nanaimo (0.3.0)
72+
nap (1.1.0)
73+
netrc (0.11.0)
74+
public_suffix (4.0.6)
75+
rexml (3.2.5)
76+
ruby-macho (2.5.1)
77+
typhoeus (1.4.0)
78+
ethon (>= 0.9.0)
79+
tzinfo (2.0.4)
80+
concurrent-ruby (~> 1.0)
81+
xcodeproj (1.21.0)
82+
CFPropertyList (>= 2.3.3, < 4.0)
83+
atomos (~> 0.1.3)
84+
claide (>= 1.0.2, < 2.0)
85+
colored2 (~> 3.1)
86+
nanaimo (~> 0.3.0)
87+
rexml (~> 3.2.4)
88+
zeitwerk (2.5.3)
89+
PLATFORMS
90+
ruby
91+
DEPENDENCIES
92+
cocoapods (~> 1.11, >= 1.11.2)
93+
RUBY VERSION
94+
ruby 2.7.4p191
95+
BUNDLED WITH
96+
2.2.27

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ npx react-native init MyApp --template react-native-template-typescript
3131

3232
### Usage with older versions of React Native
3333

34-
#### e.g. `react-native@0.65.x`
34+
#### e.g. `react-native@0.66.x`
3535

3636
```sh
37-
npx react-native init MyApp --template react-native-template-typescript@6.7.*
37+
npx react-native init MyApp --template react-native-template-typescript@6.8.*
3838
```
3939

4040
See the below table to find out which version of the template to use.
@@ -43,6 +43,7 @@ See the below table to find out which version of the template to use.
4343

4444
| React Native | Template |
4545
| ------------ | -------- |
46+
| 0.67 | 6.9.\* |
4647
| 0.66 | 6.8.\* |
4748
| 0.65 | 6.7.\* |
4849
| 0.64 | 6.6.\* |

template/.editorconfig

Lines changed: 0 additions & 3 deletions
This file was deleted.

template/_gitattributes

Lines changed: 0 additions & 3 deletions
This file was deleted.

template/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
114114
/**
115115
* Whether to enable the Hermes VM.
116116
*
117-
* This should be set on project.ext.react and mirrored here. If it is not set
117+
* This should be set on project.ext.react and that value will be read here. If it is not set
118118
* on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
119119
* and the benefits of using Hermes will therefore be sharply reduced.
120120
*/
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2014 The Android Open Source Project
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
Unless required by applicable law or agreed to in writing, software
8+
distributed under the License is distributed on an "AS IS" BASIS,
9+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and
11+
limitations under the License.
12+
-->
13+
<inset xmlns:android="http://schemas.android.com/apk/res/android"
14+
android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
15+
android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
16+
android:insetTop="@dimen/abc_edit_text_inset_top_material"
17+
android:insetBottom="@dimen/abc_edit_text_inset_bottom_material">
18+
<selector>
19+
<!--
20+
This file is a copy of abc_edit_text_material (https://bit.ly/3k8fX7I).
21+
The item below with state_pressed="false" and state_focused="false" causes a NullPointerException.
22+
NullPointerException:tempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable(android.content.res.Resources)'
23+
<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
24+
For more info, see https://bit.ly/3CdLStv (react-native/pull/29452) and https://bit.ly/3nxOMoR.
25+
-->
26+
<item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
27+
<item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/>
28+
</selector>
29+
</inset>

template/android/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- Base application theme. -->
44
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
55
<!-- Customize your theme here. -->
6+
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
67
</style>
78

89
</resources>

template/android/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ buildscript {
2121

2222
allprojects {
2323
repositories {
24-
mavenCentral()
25-
mavenLocal()
2624
maven {
2725
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2826
url("$rootDir/../node_modules/react-native/android")
@@ -31,7 +29,13 @@ allprojects {
3129
// Android JSC is installed from npm
3230
url("$rootDir/../node_modules/jsc-android/dist")
3331
}
34-
32+
mavenCentral {
33+
// We don't want to fetch react-native from Maven Central as there are
34+
// older versions over there.
35+
content {
36+
excludeGroup "com.facebook.react"
37+
}
38+
}
3539
google()
3640
maven { url 'https://www.jitpack.io' }
3741
}

template/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
# Default value: -Xmx10248m -XX:MaxPermSize=256m
12+
# Default value: -Xmx1024m -XX:MaxPermSize=256m
1313
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1414

1515
# When configured, Gradle will run in incubating parallel mode.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

template/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
COPY_PHASE_STRIP = NO;
562562
ENABLE_STRICT_OBJC_MSGSEND = YES;
563563
ENABLE_TESTABILITY = YES;
564-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
564+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
565565
GCC_C_LANGUAGE_STANDARD = gnu99;
566566
GCC_DYNAMIC_NO_PIC = NO;
567567
GCC_NO_COMMON_BLOCKS = YES;
@@ -585,7 +585,6 @@
585585
LIBRARY_SEARCH_PATHS = (
586586
"\"$(SDKROOT)/usr/lib/swift\"",
587587
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
588-
"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
589588
"\"$(inherited)\"",
590589
);
591590
MTL_ENABLE_DEBUG_INFO = YES;
@@ -627,7 +626,7 @@
627626
COPY_PHASE_STRIP = YES;
628627
ENABLE_NS_ASSERTIONS = NO;
629628
ENABLE_STRICT_OBJC_MSGSEND = YES;
630-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
629+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
631630
GCC_C_LANGUAGE_STANDARD = gnu99;
632631
GCC_NO_COMMON_BLOCKS = YES;
633632
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -644,7 +643,6 @@
644643
LIBRARY_SEARCH_PATHS = (
645644
"\"$(SDKROOT)/usr/lib/swift\"",
646645
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
647-
"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
648646
"\"$(inherited)\"",
649647
);
650648
MTL_ENABLE_DEBUG_INFO = NO;

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {
1313
"react": "17.0.2",
14-
"react-native": "0.66.4"
14+
"react-native": "0.67.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",
1818
"@babel/runtime": "^7.12.5",
1919
"@react-native-community/eslint-config": "^2.0.0",
2020
"@types/jest": "^26.0.23",
21-
"@types/react-native": "^0.66.4",
21+
"@types/react-native": "^0.66.15",
2222
"@types/react-test-renderer": "^17.0.1",
2323
"@typescript-eslint/eslint-plugin": "^5.7.0",
2424
"@typescript-eslint/parser": "^5.7.0",

0 commit comments

Comments
 (0)