We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f481202 + 12f183b commit 1840c45Copy full SHA for 1840c45
index.tsx
@@ -16,6 +16,8 @@ import {useKeyboardStatus} from "./helpers/useKeyboardStatus";
16
import {CountryButton} from "./components/CountryButton";
17
import {countriesRemover} from "./helpers/countriesRemover";
18
19
+export { countryCodes } from './constants/countryCodes'
20
+
21
22
const height = Dimensions.get('window').height;
23
0 commit comments