LinkingIOS and IntentAndroid are deprecated in favor of Linking
See original GitHub issueIn React Native 0.20 I receive the following warnings.
Warning: "IntentAndroid.canOpenURL" is deprecated. Use the promise based "Linking.canOpenURL" instead.
Warning: "IntentAndroid.openURL" is deprecated. Use the promise based "Linking.canOpenURL" instead.
Looks like IntentAndroid and LinkingIOS are both being deprecated
In favor of Linking
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
react-native-fs fails to autolink or manually link to Windows ...
warn Calling react-native link [packageName] is deprecated in favor of autolinking. It will be removed in the next major release.
Read more >linker - react-native android LinkingIOS - Stack Overflow
The documentation says LinkingIOS is being deprecated. Use Linking instead. Yet there is nothing else about that and all references are to ...
Read more >Linking - React Native
Linking gives you a general interface to interact with both incoming and outgoing app links.
Read more >Linking - Expo Documentation
expo-linking provides utilities for your app to interact with other installed ... This method is deprecated and will be removed in a future...
Read more >React Native v0.37.0-rc.0 released
Remove deprecated APIs and modules (fa5ad85) - @satya164. Removed. Alternative ... IntentAndroid , LinkingIOS. Linking. SliderIOS.
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
Things have been hectic recently. Im expecting to have time to do this update within the next week.
If anyone submits a PR in the meantime I will take a look as soon as possible too
1.0.1 has now been published using the new Linking module.
@skleest can you try running with the new version and see if you can still replicate your issue?
If you can please open a new issue and provide as many details as possible.
Closing this issue off