react-native-tooltip
react-native-tooltip copied to clipboard
can't run
1、Duplicate interface definition for class 'RCTView' 2、Property has a previous declaration
"react": "15.4.1", "react-native": "0.40.0",
There is a breaking change in RN 40 which is why this error.
@mqy1023 Can you PR with changes like this for RN 40: https://github.com/chirag04/react-native-mail/pull/47?
Remove header search paths and update all RN imports.
my project 'header search paths' is null, how to update RN imports?