WrathChaos / react-native-login-screen

🚀 Fully Customizable Beautiful React Native Login Screen
https://www.freakycoder.com
MIT License
212 stars 41 forks source link

Issue with '@expo/vector-icons/Fontisto' #3

Closed Tritonto closed 4 years ago

Tritonto commented 4 years ago

Hello! I really like your login screen and would love to use it, but I have ran into a slight issue that prevents the application from compiling:

C:/Users/Thomas/Downloads/MobileApp/node_modules/react-native-dynamic-vector-icons/lib/components/Icon.tsx
Module not found: Can't resolve '@expo/vector-icons/Fontisto' in 'C:\Users\Thomas\Downloads\MobileApp\node_modules\react-native-dynamic-vector-icons\lib\components'

This is my package.json:

{
  "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": {
    "@freakycoder/react-native-helpers": "^0.1.2",
    "expo": "~36.0.0",
    "fontisto": "^3.0.4",
    "npm-install-missing": "^0.1.4",
    "react": "^16.9.0",
    "react-dom": "~16.9.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
    "react-native-dynamic-vector-icons": "^0.2.1",
    "react-native-improved-text-input": "0.0.1",
    "react-native-login-screen": "^0.3.6",
    "react-native-spinkit": "^1.5.0",
    "react-native-vector-icons": "^6.6.0",
    "react-native-web": "~0.11.7"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0"
  },
  "private": true
}

Any ideas what might be wrong?

WrathChaos commented 4 years ago

Hello @Tritonto, Unfortunately, Expo officially does not support the latest react-native-vector-icons bundles such as Fontisto. I could not solve this problem for Expo :(

WrathChaos commented 4 years ago

@Tritonto you can follow up with this URL: https://github.com/expo/vector-icons/issues/112