Skip to content

ifsnow/FoldingTicket

Repository files navigation

Other React Native Toys

https://react-native.toys

Folding Ticket

Preview

Screenshot

Features

  1. High Performance : No problem in low-end devices
  2. No Dependency : Uses only RN Core API
  3. All Platforms : Works on iOS/Android
  4. Hooks : All function components with hooks
  5. No errors : Flow & eslint all passed

How to build and run

$ git clone https://github.com/ifsnow/FoldingTicket.git
$ cd FoldingTicket
$ yarn install
$ cd ios
$ pod install
$ cd ..
$ react-native run-ios

Related Project

Reasons to continue this toy project

I hope this helps someone. If so, I would be happy to prepare these.

Thanks