Nativebase: Unable to resolve module `@expo/vector-icons/Ionicons` after eject from crna

Created on 7 Feb 2018  路  1Comment  路  Source: GeekyAnts/NativeBase

"react-native": "0.50.3",

"react": "16.0.0",

"native-base": "^2.3.8"

steps:

  1. create app with crna.
    2.install native-base and works awesome with expo client.
    3.npm run eject.
    4.react-native run-ios. then got error:
    Bundling index.js [development, non-minified] 0.0% (0/1212), failed.
    error: bundling failed: UnableToResolveError: Unable to resolve module @expo/vector-icons/Ionicons from ...../client/node_modules/native-base/dist/src/basic/Checkbox.js: Module does not exist in the module map

please help...

Most helpful comment

ok. solved.

use react-native start "--reset-cache".

>All comments

ok. solved.

use react-native start "--reset-cache".

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elnygren picture elnygren  路  3Comments

muthuraman007 picture muthuraman007  路  3Comments

mcpracht picture mcpracht  路  3Comments

nschurmann picture nschurmann  路  3Comments

Bundas picture Bundas  路  3Comments