You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,19 @@ export default function App() {
140
140
-`disableNativeModal?`: boolean (you have to wrap your all app with CountryModalProvider)
141
141
-`preferredCountries`: [CountryCode](https://github.com/xcarpentier/react-native-country-picker-modal/blob/master/src/types.ts#L254) preferred countries they appear first (`withAlphaFilter` must be false)
142
142
143
+
### Caveats
144
+
145
+
Dynamically changing the translation, excludeCountries, and some other
146
+
props that affect the country list may give inconsistent results. In
147
+
particular, the search index is only calculated on first use and so
148
+
the changes to new language or different excluded countries will be
0 commit comments