File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ By default, `rive-react-native` uses the native SDK versions specified in `packa
111111
112112``` json
113113"runtimeVersions" : {
114- "ios" : " 6.12.0 " ,
115- "android" : " 10.4.5 "
114+ "ios" : " 6.15.2 " ,
115+ "android" : " 11.2.0 "
116116}
117117```
118118
@@ -128,7 +128,7 @@ Create or edit `ios/Podfile.properties.json`:
128128
129129``` json
130130{
131- "RiveRuntimeIOSVersion" : " 6.13.0 "
131+ "RiveRuntimeIOSVersion" : " 6.15.2 "
132132}
133133```
134134
@@ -143,7 +143,7 @@ cd ios && pod install
143143Add to ` android/gradle.properties ` :
144144
145145``` properties
146- Rive_RiveRuntimeAndroidVersion =10.5 .0
146+ Rive_RiveRuntimeAndroidVersion =11.2 .0
147147```
148148
149149#### Expo Projects
@@ -161,13 +161,13 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
161161 [
162162 withPodfileProperties ,
163163 {
164- RiveRuntimeIOSVersion: ' 6.13.0 ' ,
164+ RiveRuntimeIOSVersion: ' 6.15.2 ' ,
165165 },
166166 ],
167167 [
168168 withGradleProperties ,
169169 {
170- Rive_RiveRuntimeAndroidVersion: ' 10.5 .0' ,
170+ Rive_RiveRuntimeAndroidVersion: ' 11.2 .0' ,
171171 },
172172 ],
173173 ],
You can’t perform that action at this time.
0 commit comments