Questions tagged [react-native-linking]

66 questions
0
votes
2 answers

NativeModules.RNRadar is undefined

Even though, I have ran the command and linked the native dependencies. I'm getting this run time error: NativeModules.RNRadar is undefined react-native link react-native-radar Ran Twice to check: D:\react-native-project\radar>react-native link…
Ameer Hamza
  • 407
  • 6
  • 24
0
votes
1 answer

react-native Link - repeated invocations keep appending to configuration files

React Native Link appears not to parse the previous changes to configurations files, and instead makes incremental, repetitive changes. For instance, android/app/build.gradle starts with: dependencies { compile…
qdot
  • 6,195
  • 5
  • 44
  • 95
0
votes
1 answer

React Native Linking.addEventListener() Not Firing When App is in Tray

Using React Native Linking and Firebase to generate dynamic links. Everything is working as it should unless the app is open in the background or "tray" when you click the link. If the app is already open when someone clicks the link it does…
-1
votes
1 answer

react-native link react-native-image-picker throws "(assets || []).map is not a function" error

I get the following issues when I attempt to add react-native-image-picker to my project. $ npm install react-native-image-picker --save npm WARN @babel/plugin-check-constants@7.0.0-beta.38 requires a peer of @babel/core@7.0.0-beta.38 but none is…
1 2 3 4
5