eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

Add support for namespaced StyleSheet.create(...) calls.

Open tcmug opened this issue 6 years ago • 1 comments

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.

tcmug avatar Mar 04 '19 10:03 tcmug

Thanks for your PR, could you check the build error?

Intellicode avatar Mar 26 '19 20:03 Intellicode