NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

Snack examples from Docs do not work

Open SupriyaPKalghatgi opened this issue 2 years ago • 1 comments

Description

I tried with some of the snack examples from docs, happens to be dependency issues

CodeSandbox/Snack link

https://snack.expo.dev/

Steps to reproduce

  1. Go to NativeBase docs
  2. Click on any of the components and go to snack link

NativeBase Version

3.4.19

Platform

  • [X] Android
  • [ ] CRA
  • [X] Expo
  • [X] iOS
  • [ ] Next

Other Platform

No response

Additional Information

image

SupriyaPKalghatgi avatar Jul 11 '23 03:07 SupriyaPKalghatgi

"@react-navigation/native": "6.0.0",
"babel-plugin-styled-components": "^2.0.0"

As of now, you can Manually add the above line inside package.json, and it will get resolved

AdarshJais avatar Jul 25 '23 19:07 AdarshJais