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
When I have installed BlackBerry-Dynamics-for-React-Native-Base in our own project not able to run the application. Getting issues. I have checked the sample applications it is working fine
Setup:
React Native 0.63.4
Blackberry Dynamics SDK for Android: 8.1
targetSdkVersion 29
Steps to Reproduce:
Install BlackBerry-Dynamics-for-React-Native-Base in the existing project and run the application
Expected:
Should able to run the application successfully after installation
Actual Error:
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainApplication.java:3: error: package com.blackberry.bbd.reactnative.core does not exist
import com.blackberry.bbd.reactnative.core.BBDLifeCycle;
^
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainActivity.java:3: error: package com.blackberry.bbd.reactnative.core does not exist
import com.blackberry.bbd.reactnative.core.BBDReactActivity;
^
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainActivity.java:12: error: cannot find symbol
public class MainActivity extends BBDReactActivity {
^
symbol: class BBDReactActivity
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainApplication.java:111: error: cannot find symbol
BBDLifeCycle.getInstance().initialize(this);
^
symbol: variable BBDLifeCycle
location: class MainApplication
The text was updated successfully, but these errors were encountered:
Description:
When I have installed BlackBerry-Dynamics-for-React-Native-Base in our own project not able to run the application. Getting issues. I have checked the sample applications it is working fine
Setup:
Steps to Reproduce:
Expected:
Actual Error:
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainApplication.java:3: error: package com.blackberry.bbd.reactnative.core does not exist
import com.blackberry.bbd.reactnative.core.BBDLifeCycle;
^
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainActivity.java:3: error: package com.blackberry.bbd.reactnative.core does not exist
import com.blackberry.bbd.reactnative.core.BBDReactActivity;
^
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainActivity.java:12: error: cannot find symbol
public class MainActivity extends BBDReactActivity {
^
symbol: class BBDReactActivity
/Users/mm-13/Documents/Project/mob-app/mob-app/android/app/src/main/java/com/project/MainApplication.java:111: error: cannot find symbol
BBDLifeCycle.getInstance().initialize(this);
^
symbol: variable BBDLifeCycle
location: class MainApplication
The text was updated successfully, but these errors were encountered: