November 2019
Intermediate to advanced
296 pages
7h 52m
English
To create a React Native app, it is common to use the React Native CLI or Expo tool. The React Native CLI is an initial official command-line tool for building a React Native app. But nowadays, using Expo is gaining popularity due to the ease with which you can start a project. Thus, using the Expo client is recommended to build a TensorFlow.js project too.
First, install the client tool in our environment. It takes a few minutes to download the packages:
$ npm install -g expo-cli
We can create the project with the init command. A npm start command will run the initial empty app. There are several options to be selected when bootstrapping the project. In this case, choose the minimal project with the TypeScript ...
Read now
Unlock full access