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
When downloading react-native-bottom-sheet from NPM, the tsconfig.json is missing from the package making reproducing the package impossible. Can it be included?
Reproduction steps
Download the package on npm
Run yarn && yarn build
That's true, but given that it is nearly possible to build it from the npmjs package, why not include the file so you can simply run yarn build from the official package?
The npmjs package may differ from the GitHub codebase - building the js code from the ts in the official package is a valuable construct imo.
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS
What happened?
When downloading react-native-bottom-sheet from NPM, the tsconfig.json is missing from the package making reproducing the package impossible. Can it be included?
Reproduction steps
tsc will error out due to the missing file
Reproduction sample
https://snack.expo.dev/@joromybk/bottom-sheet---issue-reproduction-template
Relevant log output
The text was updated successfully, but these errors were encountered: