Keyboard autocomplete for other languages

Hello, I implemented redux-forms with react-native-elements form input. Keyboard autocomplete works when english language is selected but when different language gets selected for e.g. japanese its not working. I want something like below,

Am I missing something???

I don’t think there should be a difference here between Expo and regular React Native – are you able to get autocomplete working there?

Don’t know with react native, but its working on android platform when we change device langauges.

Can you provide a Snack example that demonstrates the problem?

I think it has something to do with this https://github.com/facebook/react-native/pull/18456

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.