Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After Installing BlackBerry-Dynamics-for-React-Native-Base not able to run the app #18

Open
nareshghule-tudip opened this issue Apr 23, 2021 · 0 comments

Comments

@nareshghule-tudip
Copy link

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:

  • 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

Screenshot 2021-04-01 at 9 19 32 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant