React Native Swipeable Rating Demo
react-native-swipeable-rating
See:To use:
- clone this repo
- install the dependencies (
npm i
) - install react-native-vector-icons
- install Pods if using ios
cd ios && pod install
- run
react-native run-ios
orreact-native run-android