Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/listenzz/rndemo
演示一些 ReactNative 相关的技巧,包含嵌套滚动,自定义下拉刷新,避免键盘遮挡,隐私政策等等。
https://github.com/listenzz/rndemo
Last synced: 4 days ago
JSON representation
演示一些 ReactNative 相关的技巧,包含嵌套滚动,自定义下拉刷新,避免键盘遮挡,隐私政策等等。
- Host: GitHub
- URL: https://github.com/listenzz/rndemo
- Owner: listenzz
- Created: 2022-07-04T10:48:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T03:43:08.000Z (5 months ago)
- Last Synced: 2024-06-21T22:06:36.112Z (5 months ago)
- Language: TypeScript
- Homepage: https://todoit.tech
- Size: 10.2 MB
- Stars: 53
- Watchers: 1
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native demo
演示一些和 React Native 相关的技巧
如果你使用 react-navigation, 请切换至 [react-navigation 分支](https://github.com/listenzz/RNDemo/tree/react-navigation)。
- [编写可复用 UI 小技巧:分离布局组件和状态组件](https://todoit.tech/layout-and-state.html)
- [如何添加自定义字体](https://todoit.tech/custom-font.html)
- [如何使用 CSS Modules](https://todoit.tech/css-module.html)
- [如何限制使用某些组件](https://todoit.tech/no-restricted-imports.html)
- [如何给第三方库打补丁](https://todoit.tech/patch-package.html)
- [如何设置 App 启动图标](https://todoit.tech/launcher-icon.html)
- [如何实现基于原生方案的闪屏](https://todoit.tech/splash-screen.html)
- [如何实现阴影效果](https://todoit.tech/shadow-box.html)
- [如何处理 Android 手机吞字问题](https://todoit.tech/incomplete-text.html)
- [如何实现可复用的倒计时功能](https://todoit.tech/countdown.html)
- [如何实现确认码控件](https://todoit.tech/confirmation-code.html)
- [如何为 PagerView 自定义 TabBar](https://todoit.tech/tabbar.html)
- [如何避免键盘遮挡](https://github.com/sdcxtech/react-native-troika/blob/master/packages/keyboard-insets/README.md)
- [如何实现嵌套滚动、自定义下拉刷新](https://todoit.tech/troika.html)
- [如何实现头像裁剪](https://github.com/sdcxtech/react-native-troika/blob/master/packages/image-crop/README.md)