-
Notifications
You must be signed in to change notification settings - Fork 59
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
Expected a type
error in XCode [blinkid-custom-react-native-5.7.0]
#163
Comments
Can you please tell me if this issue still persists with the latest version (5.8) of the Custom SDK? Also, did you try running the demo script and seeing if the issue is there? Regards, |
same issue :( |
Since this is the Custom SDK, did you add the following line to your Podfile: This line needs to be added since you're obtaining the resources from the Custom SDK which is different from the SDK obtained from GitHub. Here is what the Podfile needs to look like (this is for the Sample application you can get when running the script
After installing the Podfile again, try to build and run the .xcworkspace. Let me know if this was helpful. Regards, |
I'm having an issue with the latest available custom SDK for RN (BlinkID Custom React Native 5.7.0) -
Expected a type
I use
"react-native": "^0.63.2"
and I followed all the installation steps from README.mdAny suggestions on how to fix it will be appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: