npm i tailwind-react-native-classnames import tw from 'tailwind-react-native-classnames' const MyComponent = () => ( <View style={tw`p-5`}>Hello from React native tailwindcss</View> );