react-native-side-menu
react-native-side-menu copied to clipboard
the file libdefs.js makes react native imports break
my ide phpstorm breaks because of your libdefs.js file. it makes all of the imports unknown
import { ScrollView, Text, View, Image, TouchableOpacity } from 'react-native';
each of these imports gets a line under it and the warning
cannot resolve symbol
+1