akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.19k stars 952 forks source link

Error in init template #1588

Open DiogoRio opened 2 years ago

DiogoRio commented 2 years ago

🐛 Bug Report

Followed the getting started instructions at https://akveo.github.io/react-native-ui-kitten/docs/guides/getting-started#new-apps and i have an error as you can see in the image Screenshot_2022-02-22_19-46-31

To Reproduce

Steps to reproduce the behavior:

  1. npm un -g react-native-cli && npm i -g @react-native-community/cli
  2. npx react-native init MyApp --template @ui-kitten/template-js
  3. cd MyApp
  4. Open Android emulator
  5. npx react-native start
  6. (On another terminal but same folder) npx react-native run-android

Expected behavior

Have a working application ( no errors )

Link to runnable example or repository (highly encouraged)

UI Kitten and Eva version

Package Version
@eva-design/eva 2.1.0
@ui-kitten/components 5.1.1

Environment information

  System:
    OS: Linux 5.9 Kali GNU/Linux Rolling 2020.4
    CPU: (12) x64 Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
  Binaries:
    Node: 12.22.7 - /usr/bin/node
    npm: 8.1.2 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/bin/watchman
  npmPackages:
    react: 17.0.1 => 17.0.1 
    react-native: 0.64.1 => 0.64.1 
flexbox commented 2 years ago

Hey @DiogoRio

what's your output of the doctor cli

npx @react-native-community/cli doctor