Closed rnagella closed 6 years ago
same issue while trying out https://github.com/Thorbenandresen/ExNavigatorExample with react-native:0.19.0
Also having this issue
Also had this issue. It's related to https://github.com/ide/react-clone-referenced-element/issues/3.
When importing ExNavigator with in app fails with below error message This apps is built with React Native dependencies 0.19.0 This can be resolved by importing the React Native module using import instead require.
SOLUTION
i.e.,import React from 'react-native'
insteadlet React = require('react');
with in @exponent/react-native-navigator/node_modules/react-clone-referenced-element/cloneReferencedElement.js