Skip to content

sparelabs/react-native-bottom-sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Bottom Sheet

Forked from https://github.com/Mahmoud-SK/react-native-bottom-sheet to address a11y issues.

To update package

  1. Clone the repo locally, make code changes
  2. Install dependencies and build by
yarn && yarn build
  1. To test the local change, run
yarn link

in the root of this package, then in the consuming repo, for example rider, run:

cd spare/rider
yarn link @sparelabs/bottom-sheet
  1. After testing locally, you can now publish the new package by following steps:
  • i) Create a local .npmrc file, add the following:
@sparelabs:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken={NPM_WRITE_TOKEN}

You can find the npm write token in 1Password, titled NPM registry write token.

npm version <patch|minor|major>
  • iv) Publish
npm publish --access public
  1. Finally, update the package version in package.json in the consuming repo, that's it!

About

A performant interactive bottom sheet with fully configurable options 🚀

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • Java 4.4%
  • JavaScript 2.6%
  • Handlebars 2.2%
  • C++ 2.0%
  • Objective-C++ 1.3%
  • Other 0.8%