Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 437 Bytes

File metadata and controls

13 lines (8 loc) · 437 Bytes

react-native-multiple-select-sample

Sample project showing basic usage of the react-native-multiple-select library

How to use

  • Clone repo

  • cd into cloned folder in this case react-native-multiple-select-sample

  • Run yarn

  • Run either yarn ios or react-native run-ios in case of iOS Or run yarn android or react-native run-android in case of Android