WrathChaos / react-native-typescript-boilerplate

🚀 All-in-one React Native Typescript Boilerplate, Ready to Start 🥳
https://freakycoder.com
400 stars 92 forks source link

Run android "cannot find symbol" #3

Closed iamn1ck closed 3 years ago

iamn1ck commented 3 years ago

I just setup andoid-studio and the android sdk on my machine. And when running yarn android get this error

 error: cannot find symbol
        protected JSIModulePackage getJSIModulePackage() {
                  ^
  symbol: class JSIModulePackage

Any idea what is wrong?

WrathChaos commented 3 years ago

Hello @iamn1ck, I need to check it out, thank you for reporting

WrathChaos commented 3 years ago

Hello again @iamn1ck,

I released a new version 2.0.2. Please check it out Release 2.0.2

I fixed many Android issues, it works great now :) You should set your own SDK path on Android's local.properties file.