eslint-plugin-react-native
eslint-plugin-react-native copied to clipboard
Add support for namespaced StyleSheet.create(...) calls.
Sometimes the imports are namespaced:
import RN from 'react-native';
This merge allows use of RN.StyleSheet.create({...}) and possibility to declare these namespaces via react-native/react-native-namespaces setting.
Thanks for your PR, could you check the build error?