Skip to content

Commit 1840c45

Browse files
authored
Merge pull request #50 from gonalc/export-country-list
export country list contant from index
2 parents f481202 + 12f183b commit 1840c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import {useKeyboardStatus} from "./helpers/useKeyboardStatus";
1616
import {CountryButton} from "./components/CountryButton";
1717
import {countriesRemover} from "./helpers/countriesRemover";
1818

19+
export { countryCodes } from './constants/countryCodes'
20+
1921

2022
const height = Dimensions.get('window').height;
2123

0 commit comments

Comments
 (0)