You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,14 +324,16 @@ If you encounter any other issues, you can see the list of solved issues [here](
324
324
freeRASP for React Native is bare React Native plugin. When installing freeRASP into a project that uses Expo SDK, there may be extra configuration needed. We provide plugin config that sets the dependencies automatically. It is recommended to use the plugin config. However, manual setup is also possible.
325
325
326
326
## Plugin config setup
327
-
Add the plugin config into your `app.json` and specify the `minSdkVersion` (use at least 23):
327
+
Add the plugin config into your `app.json` and specify the `minSdkVersion` (use at least 23).
328
+
Additionally, if you are using Expo 50, increase version of R8 above 8.2 with the `R8Version` property [(to support sealed classes on Android)](https://github.com/talsec/Free-RASP-ReactNative/issues/60).
config_plugins_1.WarningAggregator.addWarningAndroid('freerasp-react-native',`Cannot automatically configure project build.gradle, because it's not groovy`);
config_plugins_1.WarningAggregator.addWarningAndroid('freerasp-react-native',`Cannot automatically configure project build.gradle, because it's not groovy`);
0 commit comments