Fully customizable animated bouncy checkbox for React Native. Latest version: 4.1.2, last published: 7 months ago. Start using react-native-bouncy-checkbox in your project by running `npm i react-native-bouncy-checkbox`. There are 31 other projects in th
1.Run npm i react-native-check-box --save 2.import CheckBox from 'react-native-check-box'DemoExamples Getting startedAdd react-native-check-box to your js file.import CheckBox from 'react-native-check-box'Inside your component's render method, use CheckBox:...
npm install @react-native-community/checkbox --save On iOS, install cocoapods: npx pod-install On Windows with RNW 62 or earlier, you need tomanually link the module(on RNW 63 and later autolinking will work). From react-native >= 0.60 autolinking will take care of the link (on iOS an...
https://github.com/jsdf/react-native-refreshable-listview 可滚动标签 react-native-scrollable-tab-view https://github.com/skv-headless/react-native-scrollable-tab-view 侧栏 react-native-side-menu https://github.com/react-native-community/react-native-side-menu 轮播 react-native-swiper https://gi...
npm i react-native-bouncy-checkbox 🥳Version 4.1.2 is here🚀 Complete re-written with Modern Functional Component Fully Refactored with React Hooks Imperative Handle Support Checkbox is controllable withisCheckedprop onLongPresssupport testIDsupport ...
https://github.com/hinet/react-native-checkboxlist 选择按钮 https://github.com/sconxu/react-native-checkbox 二维码 https://github.com/ideacreation/react-native-barcodescanner 制作本地库 https://github.com/frostney/react-native-create-library ...
A better way to develop React Native Components for your app. Latest version: 8.6.4, last published: 5 days ago. Start using @storybook/react-native in your project by running `npm i @storybook/react-native`. There are 54 other projects in the npm regist
Monitor React Native app end-user interactions with Instana. Latest version: 2.0.8, last published: 14 days ago. Start using @instana/react-native-agent in your project by running `npm i @instana/react-native-agent`. There are no other projects in the np
Gitee 极速下载/nativebase 代码Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master notice/evolution-to-gluestack feat/gui-banner dependabot/npm_and_yarn/qs-6.5.3 ...
一.首先先来打开官网:(React Native) 准备工作:必须安装的依赖有:Node、JDK 和 Android Studio。 二.安装node: 1)node必须在14以上,可以去 node官网下载。 2)个人我推荐使用NVM,因为NVM可以很方便的切换版本,避免后续接手旧项目还得很麻烦的处理node降级的问题。