Closed garry-bit closed 4 years ago
added these lines from demo code on github front page
import CountryPicker from 'react-native-country-picker-modal' import { CountryCode, Country } from './src/types'
and this call within the return() of my react-native component
<CountryPicker> </CountryPicker>
performed a Ctrl-s to save component code within visual studio code.
got this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Description
added these lines from demo code on github front page
and this call within the return() of my react-native component
Steps to Reproduce / Code Snippets
performed a Ctrl-s to save component code within visual studio code.
Expected Results
got this.
Additional Information