Skip to main content

All Questions

0 votes
0 answers
304 views

While using a custom header with react navigation for a react native app, I can't identify where this background is coming from?

I am using the default stack from react navigation, and in my navigator screen options I have my own custom header header: (props) => <Header props={props} />. In my screen, I have a ...
ozdv's user avatar
  • 11
1 vote
0 answers
329 views

React Native Expo: RTL not working on actual Device but works fine on iOS Simulator

I am using I18NText library for RTL & translation. I see different results on Expo app running on a device vs an iOS simulator running on my machine. Both simulator and Expo app have device ...
Rawat's user avatar
  • 11