You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
🐛 Bug Report
The "Manual Installation" section of the "Getting Started" guide in the docs contains a malformed JSON example.
Note the missing bracket at the end of the JSON block.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be an additional bracket at the end of the JSON block.
For example
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
Environment information
Documentation
The text was updated successfully, but these errors were encountered: