BubblePay
BubblePay copied to clipboard
How to easily make an awesome UI prototype for card payment!
Other React Native Toys
https://react-native.toys
Bubble Pay
Preview
Features
- High Performance : No problem in low-end devices
- Low Dependency : Uses only ART
- All Platforms : Works on iOS/Android
- Hooks : All function components with hooks
- No errors : Flow & eslint all passed
How to build and run
$ git clone https://github.com/ifsnow/BubblePay.git
$ cd BubblePay
$ yarn install
$ cd ios
$ pod install
$ cd ..
$ react-native run-ios
Reason for using ART instead of react-native-svg
ART
is a built-in library included in the core up to RN 0.61. I know react-native-svg
provides more functionality, but I wanted to show you how to implement it with low dependency. :)
Related Project
Reasons to continue this toy project
I hope this helps someone. If so, I would be happy to prepare these.
Thanks
- Card images : react-credit-cards