UNPKG

expo-dev-launcher

Version:

Pre-release version of the Expo development launcher package for testing.

10 lines (9 loc) 169 B
// Explicitly turn off react-native autolinking for this module module.exports = { dependency: { platforms: { ios: null, android: null, }, }, };