4

Does anyone have a clear example of how to use react-with-styles (with react-with-styles-interface-react-native) inside a React Native project? The only example provided in their GitHub page is for a React project.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Andrei Pitea
  • 478
  • 4
  • 9

1 Answers1

0

Solution moved from question to answer

The React example is working on React Native too, but what they're not mentioning is that you also need to add a dependency on babel-preset-airbnb for it to work.

TylerH
  • 20,799
  • 66
  • 75
  • 101