React Native 0.60 not work
See original GitHub issueBug
Hello! This component not work is RN 60
Environment info
React native info output:
// paste it here
Library version: x.x.x
Steps To Reproduce
…
Describe what you expected to happen:
Reproducible sample code
Issue Analytics
- State:
- Created 4 years ago
- Reactions:22
- Comments:57 (9 by maintainers)
Top Results From Across the Web
Not working on react-native 0.60.4 · Issue #363 - GitHub
in android folder using terminal: -> gradlew clean. im working with react-native 0.60.4 too and works fine for me ...
Read more >Upgrading to new versions - React Native
Some upgrades won't be done automatically with the React Native CLI and require manual work, e.g. 0.28 to 0.29 , or 0.56 to...
Read more >react-native eject not working for react-native 0.60.0
Same here. In this moment, have a brand new backup of your project and then copy the android and ios folder, is the...
Read more >Troubleshooting | React Navigation
Sometimes it might even be due to a corrupt installation. If clearing cache didn't work, try deleting your node_modules folder and run npm...
Read more >React Native SDK Troubleshooting - Visual Studio App Center
React-Native 0.60 and above · Make sure that all appcenter packages use the same major version. Update them with npm install or yarn...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this kind of issues shouldn’t be allowed, it’s poorly edited and it gives no insight whatsoever.
I’m using 0.60.5 on Android and it’s working. No warnings. I’m going to test on iOS later and I’ll try to update this.
In react-native 0.62 I just added this line below to Podfile and ran
pod install
:pod 'RNInputMask', :path => '../node_modules/react-native-text-input-mask/ios/InputMask'
And now it works for me 😃