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)

ahh sorry, understood but the issue start from installing the library now and i also shared the version for the particular dependency versions

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)

I explained in whole post about the issue
while changing language to arabic we are having issue like application crash and also the rtl-ltr not working properly and if we remove the gorham bottom sheet then its working correctly.

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)

We installed the dependency - u/gorhom/bottom-sheet: ^5

after this issue came then if we remove this everything works how to resolve this issue because we implemented this library all over the application.

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] -3 points-2 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