react-native-scale-button
react-native-scale-button copied to clipboard
Can't find variable: _globalSetter in expo
{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "@react-native-community/masked-view": "0.1.10", "@react-navigation/drawer": "^5.12.5", "@react-navigation/native": "^5.9.4", "@react-navigation/native-stack": "^5.0.5", "@react-navigation/stack": "^5.14.5", "expo": "^41.0.1", "expo-status-bar": "~1.0.4", "install": "^0.13.0", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", "react-native-gesture-handler": "^1.10.3", "react-native-reanimated": "2.0.0-rc.0", "react-native-safe-area-context": "3.2.0", "react-native-scale-button": "^1.0.4", "react-native-screens": "~3.0.0", "react-native-shared-element": "^0.7.0", "react-native-touchable-scale": "^2.1.2", "react-native-web": "~0.13.12", "react-navigation-shared-element": "^5.0.0-alpha1" }, "devDependencies": { "@babel/core": "^7.9.0" }, "private": true }
module.exports = function (api) { api.cache(true) return { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], } }