-
Notifications
You must be signed in to change notification settings - Fork 554
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
'Pdf' has no propType for native prop RCTPdf.acessibilityLabel of native type 'String' #39
Comments
react-native-pdf v1.3.0 need react-native v0.47.x, please update your RN or use react-native-pdf old version. |
Thanks for the quick reply! I've downgraded to 1.2.7 and now everything works. |
@somoso |
In the end I used react-native-pdf@1.1.0. I was also deleting my node_modules folder and running npm install. I was also using react-native@0.42.0, which I admit probably doesn't help too much. Worst case scenario, I'd fork this project and modify the code to remove the acessibilityLabel if I didn't need it for my project. I'm sorry I can't be more helpful than that. |
I'm able to bypass this error and it's run correctly on react-native@0.42.3. |
I'm trying to run a debug build on my Android device, but I can't even get the app to start up properly without the following message and then the app crashing:
I'm using:
The text was updated successfully, but these errors were encountered: