react-native-ui-kitten icon indicating copy to clipboard operation
react-native-ui-kitten copied to clipboard

Error in init template

Open DiogoRio opened this issue 3 years ago • 1 comments

🐛 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 

DiogoRio avatar Feb 22 '22 19:02 DiogoRio

Hey @DiogoRio

what's your output of the doctor cli

npx @react-native-community/cli doctor

flexbox avatar May 12 '22 15:05 flexbox