UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

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