Technical requirements
To be able to run the code in this chapter, you must set up the following:
- A working React Native environment (bit.ly/prn-setup-rn – React Native CLI Quickstart).
- While most of this chapter should also work on Windows, I recommend working on a Mac.
- To check out the simple examples, you can use https://codesandbox.io/ and import
react-native-web
as a dependency. This provides all React Native components and transforms them into HTML tags.