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
If you encounter any other issues, you can see the list of solved issues [here](https://github.com/talsec/Free-RASP-ReactNative/issues?q=is%3Aissue+is%3Aclosed), or open up a [new one](https://github.com/talsec/Free-RASP-ReactNative/issues?q=is%3Aissue+is%3Aopen).
319
320
321
+
# Using Expo SDK
322
+
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:
323
+
324
+
### 1. Increase minSdkVersion
325
+
326
+
This can be done in two ways:
327
+
- update the `minSdkVersion` property directly in __android/build.gradle__, or
328
+
- use `expo-build-properties` plugin, which updates the property in the prebuild phase. [Read more in the Expo docs](https://docs.expo.dev/versions/latest/sdk/build-properties/).
329
+
330
+
### 2. Add maven dependency
331
+
- open __android/build.gradle___(if you don't see the android folder, run `npx expo prebuild -p android` in terminal to create it)_
332
+
- add following dependency under __allprojects > repositories__:
### Could not determine the dependencies of task `':freerasp-react-native:compileDebugAidl'`
@@ -369,11 +386,6 @@ Go to `<your_project>/node_modules/freerasp-react-native/ios/TalsecRuntime.xcfra
369
386
#define TALSECRUNTIME_SWIFT_H
370
387
```
371
388
372
-
### Increase minSdkVersion when using Expo
373
-
374
-
**Solution:**
375
-
This can be done with `expo-build-properties` plugin, which updates the property in the prebuild phase. [Read more in the Expo docs](https://docs.expo.dev/versions/latest/sdk/build-properties/).
376
-
377
389
# Security Report
378
390
379
391
The Security Report is a weekly summary describing the application's security state and characteristics of the devices it runs on in a practical and easy-to-understand way.
0 commit comments