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.
- added support for BlackBerry Dynamics SDK for iOS v12.0, Launcher v12
- added support for BlackBerry Dynamics SDK for Android v12.0, Launcher v12
- added support for React Native 0.70, 0.71, 0.72 versions
- deprecated support for React Native 0.66 - 0.69 versions
- sample apps are updated to v0.70.0 RN
- implemented secure file download in WebView UI component
- upgraded core for forked modules to use 0.70 as base version: Clipboard, Networking, AsyncStorage, SQLite, FileSystem,
- upgraded core for forked ui-components to use 0.70 as base version: WebView, Text, TextInput
- updated steps how to integrate PlayIntegrity feature
- added fix for issue: RN BBD Android 'Edit File Service' not receiving event AppKinetics when Annotate Service is enabled
- added other minor improvements and defect fixes
Copy file name to clipboardExpand all lines: SampleApplications/AppKinetics/README.md
+59-26
Original file line number
Diff line number
Diff line change
@@ -44,18 +44,23 @@ Open the sample app directory in Terminal window:
44
44
Install dependencies:
45
45
`$ yarn`
46
46
47
-
NOTE: AppKinetics sample is based on `0.66.4` version of React Native. There is a possibility to upgrade to `0.67.x` or`0.68.x` versions (`0.67.0`- `0.67.4`, `0.68.0` - `0.68.2`) by running one of following commands:
48
-
`$ react-native upgrade 0.6x.x`
47
+
> NOTE: AppKinetics sample is based on `0.70.0` version of React Native. There is a possibility to upgrade to `0.70.x`, `0.71.x`,`0.72.x`versions (`0.70.1` - `0.70.10`, `0.71.0`- `0.71.13`, `0.72.0` - `0.72.4`) by running one of following commands:
48
+
`$ npx react-native upgrade 0.70.x`
49
49
for example:
50
-
`$ react-native upgrade 0.67.4`
50
+
`$ npx react-native upgrade 0.70.10`
51
51
or
52
-
`$ react-native upgrade 0.68.2`
52
+
`$ npx react-native upgrade 0.71.13`
53
+
or
54
+
`$ npx react-native upgrade 0.72.4`
53
55
54
56
Generate ios and android directories:
55
-
`$ react-native eject`
57
+
`$ npx react-native eject`
56
58
57
59
Generate ios and android directories:
58
-
`$ react-native eject`
60
+
`$ npx react-native eject`
61
+
62
+
> There is a known issue with loading Metro server on `0.72.0` and `0.72.1` versions when the error message is displayed during app load in Metro server: "Cannot read properties of undefined (reading 'addHelper')". The issue can be fixed by adding the following devDependency to the project:
It is suggested to use **`com.blackberry.bbd.example.cdv.appkinetics.client`** here. An app with this ID is already configured on UEM as a service provider of **`transfer-file`** service, so it can both send and receive files.
It is suggested to use **`com.blackberry.bbd.example.cdv.appkinetics.client`** here. An app with this ID is already configured on UEM as a service provider of **`transfer-file`** service, so it can both send and receive files.
It is suggested to use **`com.blackberry.bbd.example.cdv.appkinetics.client`** here. An app with this ID is already configured on UEM as a service provider of **`transfer-file`** service, so it can both send and receive files.
0 commit comments