文件名称:react-native-onboarding:模块入职本机React
文件大小:4.36MB
文件格式:ZIP
更新时间:2024-06-02 10:51:40
react-native onboarding JavaScript
React本地化
一个简单且可完全自定义的React Native组件,实现了onboardin步进器。
安装
纱
yarn add stepper-react-native
npm
npm i stepper-react-native
用法
import Onboarding from 'stepper-react-native'
//components
import Step1 from './step1';
import Step2 from './step2';
import Step3 from './step3';
//Component render inside onboarding
const steps = [
{
component: (
【文件预览】:
react-native-onboarding-main
----index.js(68B)
----package.json(765B)
----assets()
--------preview.gif(4.54MB)
----LICENSE(1KB)
----CONTRIBUTING.md(0B)
----src()
--------ScreenStep.jsx(2KB)
--------StepIcon.jsx(1KB)
--------ButtonPreviosOnboarding.jsx(199B)
--------IndexSteper.jsx(119B)
--------ScreensSteps.jsx(2KB)
--------ButtonNextOnboarding.jsx(189B)
--------Onboarding.jsx(1KB)
--------FooterProgress.jsx(4KB)
----.npmignore(12B)
----examples()
--------ExampleOne.js(889B)
----.gitignore(2KB)
----CHANGELOG.md(43B)
----README.md(1KB)