November 2019
Intermediate to advanced
296 pages
7h 52m
English
We can use the same method to run the application as we previously did. First, launch the server to distribute the bundled package:
$ cd TensorFlowJSApp$ yarn start
We will see the server launch in the web browser since it opens the page to the application automatically. The following screenshot shows the page where we control the React Native application:

The bottom-left QR code is the URL to the endpoint from which to download the application bundle. If the Expo client app is already installed on the mobile device, scanning the QR code will download the app on the device. The Expo client app automatically downloads ...
Read now
Unlock full access