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
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
@@ -188,3 +188,8 @@ When the project is compiled and run DB functionality works incorrectly.
188
188
189
189
##### Workaround
190
190
To resolve the conflict **`sqlite3`** dependency should be removed in *<app>/node_modules/react-native-webrtc/react-native-webrtc.podspec*. Then, do **"pod install"** again. This should not break anything as secured **`sqlite3`** dependency will remain linked to the project.
191
+
192
+
### Android 12+ support for React Native version less than `0.68`
193
+
Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. More details can be found [here](https://developer.android.com/guide/topics/manifest/activity-element#exported).
194
+
React Native `0.68` and higher supports Android 12+ by default by setting appropriate setting in AndroidManifest.xml.
195
+
For React Native versions `<= 0.67` setting `android:exported` should be set manually.
Copy file name to clipboardExpand all lines: modules/BlackBerry-Dynamics-for-React-Native-Base/README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Dynamics SDK for iOS and Android are now installed as part of the Base module us
28
28
29
29
##### BlackBerry Dynamics SDK for iOS integration
30
30
###### Using latest released version - default
31
-
By default, `BlackBerry-Dynamics-for-React-Native-Base` module will integrate **latest** available BlackBerry Dynamics SDK for iOS using following podspec: `https://software.download.blackberry.com/repository/framework/dynamics/ios/10.2.0.83/BlackBerryDynamics-10.2.0.83.podspec`.
31
+
By default, `BlackBerry-Dynamics-for-React-Native-Base` module will integrate **latest** available BlackBerry Dynamics SDK for iOS using following podspec: `https://software.download.blackberry.com/repository/framework/dynamics/ios/11.0.1.137/BlackBerryDynamics-11.0.1.137.podspec`.
32
32
> NOTE: If one of the below integration methods was used there is an option to reset **default** configuration by running following command:
33
33
`$ yarn set-dynamics-podspec --default`
34
34
`$ cd ios && pod install && cd ..`
@@ -37,7 +37,7 @@ By default, `BlackBerry-Dynamics-for-React-Native-Base` module will integrate **
37
37
There is possibility to integrate other released build of BlackBerry Dynamics SDK for iOS.
@@ -92,3 +92,8 @@ To activate your new BlackBerry Dynamics application with the BlackBerry UEM man
92
92
### Flipper is disabled on iOS
93
93
Flipper cannot be used together with BlackBerry Dynamics SDK for React Native on iOS in debug configuration as it disables some BlackBerry Dynamics functionality related to secure networking.
94
94
Flipper is disabled on iOS by default. If your Dynamics React Native application on iOS does not use Secure Connectivity feature (`BlackBerry-Dynamics-for-React-Native-Networking` module) you can enable Flipper by uncommenting `use_flipper!()` line in `Podfile` of your application.
95
+
96
+
### Android 12+ support for React Native version less than `0.68`
97
+
Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. More details can be found [here](https://developer.android.com/guide/topics/manifest/activity-element#exported).
98
+
React Native `0.68` and higher supports Android 12+ by default by setting appropriate setting in AndroidManifest.xml.
99
+
For React Native versions `<= 0.67` setting `android:exported` should be set manually.
"description": "This is a BlackBerry Dynamics Base module for React Native that automatically integrates the BlackBerry Dynamics SDK for iOS and Android into a React Native application",
0 commit comments