All Projects → breeffy → react-native-monorepo

breeffy / react-native-monorepo

Licence: Apache-2.0 license
Monorepo with UI components.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-monorepo

Simplenumberpicker
A customisable decimal and hexadecimal material picker view for Android.
Stars: ✭ 185 (+4.52%)
Mutual labels:  picker
Actual Number Picker
Android: A horizontal number picker
Stars: ✭ 206 (+16.38%)
Mutual labels:  picker
Android File Chooser
a lightweight file/folder chooser or picker
Stars: ✭ 231 (+30.51%)
Mutual labels:  picker
Vue Smooth Picker
🏄🏼 A SmoothPicker for Vue 2 (like native datetime picker of iOS)
Stars: ✭ 188 (+6.21%)
Mutual labels:  picker
Lightpick
(deprecated) Check out the new date picker Litepicker
Stars: ✭ 204 (+15.25%)
Mutual labels:  picker
Facebookimagepicker
FacebookImagePicker is Facebook album photo picker written in Swift.
Stars: ✭ 220 (+24.29%)
Mutual labels:  picker
React Mobile Picker
An iOS like select box component for React
Stars: ✭ 180 (+1.69%)
Mutual labels:  picker
Django Colorfield
color field for django models with a nice color-picker in the admin. 🎨
Stars: ✭ 238 (+34.46%)
Mutual labels:  picker
Efcolorpicker
A lightweight color picker in Swift.
Stars: ✭ 205 (+15.82%)
Mutual labels:  picker
Numberslidingpicker
Android Number Picker with gestures
Stars: ✭ 225 (+27.12%)
Mutual labels:  picker
Material Ui Pickers
Date & Time pickers, built with ❤️ for @material-ui/core
Stars: ✭ 2,291 (+1194.35%)
Mutual labels:  picker
Vuetify Daterange Picker
The missing date range picker for Vuetify JS you have been looking for.
Stars: ✭ 192 (+8.47%)
Mutual labels:  picker
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (+23.73%)
Mutual labels:  picker
React Native Modal Datetime Picker
A React-Native datetime-picker for Android and iOS
Stars: ✭ 2,412 (+1262.71%)
Mutual labels:  picker
Jh flutter demo
a flutter demo
Stars: ✭ 229 (+29.38%)
Mutual labels:  picker
Color Picker
A simple color picker application written in pure JavaScript, for modern browsers.
Stars: ✭ 180 (+1.69%)
Mutual labels:  picker
File Picker
The Kloudless File Picker is a file chooser and uploader for apps that integrates with 20+ cloud storage services with a few lines of code
Stars: ✭ 208 (+17.51%)
Mutual labels:  picker
Ion Multi Picker
Multi Item Picker - An Ionic Custom Multi Picker Component
Stars: ✭ 244 (+37.85%)
Mutual labels:  picker
React Native Dropdown Picker
A single / multiple, categorizable & searchable item picker (dropdown) component for react native which supports both Android & iOS.
Stars: ✭ 230 (+29.94%)
Mutual labels:  picker
Emoji Picker React
React Emoji Picker
Stars: ✭ 221 (+24.86%)
Mutual labels:  picker

React Native UI kit

npm npm

Components

Name Package Description
Calendars @breeffy/calendars Performant calendars with gestures and animations
Pickers @breeffy/pickers Wheel pickers, swipers, carousels
Icons @breeffy/icons Icon component to show FontAwesome icons
Elements @breeffy/elements Toggle and other essential components

Storybook

You can play with components and it's properties using interactive storybook playground.

Run metro server in dev mode and run application

yarn dev:android

Don't forget to install dependencies before that

yarn install

Code for examples can be found here.

Showcase

Pickers

Card Pickers

Calendars

Calendars

Support

React Native Versions

Versions 0.65.1, 0.66.0, 0.66.1 are supported. For every supported version you can find example application.

Run specific example application with RN <version> using command

yarn dev:android:<version>

For example for RN 0.66.1 it will be

yarn dev:android:0.66.1

RN versions 0.63.4 - 0.65.0 might work, but components are not tested against these versions.

Peer Dependencies

Packages allow any version of peer dependency and it's combinations

"peerDependencies": {
  "react": "*",
  "react-native": "*",
  "react-native-gesture-handler": "*",
  "react-native-reanimated": "*",
  "react-native-svg": "*"
}

They might have incompatibilities between each other.

Versions that are guaranteed to be working are specified in example applications.

Select a release commit with version you are interested in, look at package.json of example application with required RN version

For latest packages in GitHub: 0.65.1, 0.66.0, 0.66.1.

Other peerDependencies combinations are not officially supported, but should work.

Operating Systems

Right now only Android is officially supported.

Expo

Expo platform is not officially supported.

Meanwhile it's expected that components should be working in Expo platform since no native or platform-specific code is used.

But storybook playground doesn't work with Expo and components can't be easily tested against it.

Copyright © 2020-2022, Victor Malov.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].