Skip to content
Discussion options

You must be logged in to vote

Hi @thoratica,

This seems like a material for an issue rather than a discussion, however I'll try to answer it here.

RNScreenPackage class is used by ReactNative CLI for autolinking & code generation purposes. Seeing this stacktrace indicates that application was not properly linked with the library.

My first recommendation would be the most obvious one: clean your node_modules and build directories. Try running:

rm -fr node_modules yarn.lock android/build
yarn install

in your application directory. In case you're using npm and not yarn, remember to replace the command with one that appropriate for npm: npm install I believe. The same goes for yarn.lock file.

Then try to build your appli…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tboba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants