November 2019
Intermediate to advanced
296 pages
7h 52m
English
To run TensorFlow.js with React Native, we need to install several dependent libraries. As they are distributed as npm packages, we can add them as follows. The expo-gl and expo-gl-cpp packages may not necessarily be required if we do not use GPU resources in the mobile device:
$ yarn add react-native-unimodules \ expo-gl-cpp \ expo-gl \ async-storage
Read now
Unlock full access