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

Getting Started Guide Contains Malformed JSON Example

Open espresso opened this issue 2 years ago • 0 comments

🐛 Bug Report

The "Manual Installation" section of the "Getting Started" guide in the docs contains a malformed JSON example.

If you use Expo for Web, you need to add the following underneath the "web" key in app.json "build": { "babel": { "include": [ "@ui-kitten/components" ] }

Note the missing bracket at the end of the JSON block.

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to the Getting Started > Manual Installation guide in the docs
  2. Observe the second yellow block beneath "Manual Installation" > "Install UI Kitten"

Expected behavior

There should be an additional bracket at the end of the JSON block.

For example

If you use Expo for Web, you need to add the following underneath the "web" key in app.json "build": { "babel": { "include": [ "@ui-kitten/components" ] } }

Link to runnable example or repository (highly encouraged)

https://akveo.github.io/react-native-ui-kitten/docs/guides/getting-started#manual-installation

UI Kitten and Eva version

Package Version
@eva-design/eva N/A
@ui-kitten/components 5.1.2

Environment information

Documentation

espresso avatar Apr 01 '22 15:04 espresso