React Native Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

Follow the instructions in the previous chapter in order to create a new application. We'll name this application fake-music-player.

When creating a new application with Expo, a small amount of boilerplate code will be added to the App.js file in the root folder. This will be the starting point of any React Native application you build. Feel free to remove all boilerplate at the beginning of each recipe, as all code (including what's used in the App.js boilerplate) will be discussed.