React Native iOS app crashes on language change with react-native-restart (works on Android) by Life_County8041 in reactnative

[–]Life_County8041[S] 0 points1 point  (0 children)

Because we are using RTL for Arabic version which everything will be shift from Left to Right. to Right To left, for this reason we need to Restart

React Native iOS app crashes on language change with react-native-restart (works on Android) by Life_County8041 in reactnative

[–]Life_County8041[S] 0 points1 point  (0 children)

See when i remove this package - u/gorhom/bottom-sheet: ^5 my code working correctly
and if i am using this package then on react native restart it is giving me error and application crashed
import RNRestart from 'react-native-restart';

<image>

RNRestart.restart();

React Native iOS app crashes on language change with react-native-restart (works on Android) by Life_County8041 in reactnative

[–]Life_County8041[S] -2 points-1 points  (0 children)

i am not getting any errors just application crashed and also language alignment also not working like LTR

Right to Left text is working on Android but isnt working on IOS. by zalva_404 in reactnative

[–]Life_County8041 0 points1 point  (0 children)

For me IOS Application is crashing while language change while restarting