Skip to main content

Frequently Asked Questions (FAQs)

Why don’t PlayTorch Snacks work in Expo Go?

Currently, Expo Snacks display the suggestion “Download Expo Go and scan the QR code to get started.” However, the Expo Go app does not provide the built-in support needed by PlayTorch-compatible Snacks. Instead, download the PlayTorch app directly (App Store, Google Play Store) and scan the QR code to open it in the PlayTorch app.

Here is an example of the sort of QR code that will not load in Expo Go, but will load in the PlayTorch app.

Where can I go to get support?

You can message us and the community on Discord or you can file issues and propose changes on GitHub.

Where to see tutorials and example snacks?

We have several tutorials showcasing a variety of models on playtorch.dev/tutorials. You can also share and find inspiration on our community Discord or follow us on Twitter to see community highlights.

What libraries are supported?

PlayTorch App supports a subset of the APIs available in Expo Go. It is based on Expo SDK 43 and supports the following Expo packages:

PackageVersion
expo-asset8.4.3
expo-av10.1.3
expo-barcode-scanner11.1.2
expo-camera12.0.3
expo-checkbox2.0.0
expo-constants12.1.3
expo-device4.0.3
expo-error-recovery3.0.3
expo-file-system13.0.3
expo-font10.0.5
expo-gl11.0.3
expo-image-manipulator10.1.2
expo-linking2.4.2
expo-random12.0.1
expo-sensors11.0.3
expo-speech10.0.3
expo-status-bar0.13.5
lottie-react-native4.0.3
@react-native-community/datetimepicker3.5.2
@react-native-picker/picker2.1.0

Additionally, the PlayTorch App includes some additional packages not yet available in Expo Go:

PackageVersion
react-native-blob-util0.16.2

What models are supported?

If you can export it per the deployment workflow in PyTorch Mobile, you can load it in PlayTorch, as long as the right operators are present in the PlayTorch App.

The PlayTorch app has a variety of examples that leverage different models. You can find a list of all of the models in the app by tapping the info icon on the home screen.