I'm currently working with React-Native and need some ideas on how to solve an issue I'm having involving iframes (not WebView). I have a functional component w
I'm working with the React Native Web and React Native Paper library with Styled Components. Basically I would like to customize the TextInput inner components:
My web application is created by React Native Web with react-navigator. react-navigator sets RouteName as document.title in default. ex. <Stack.Navigator scr
The bundle size produced by expo build:web is huge at average 3mb. I completed steps at https://docs.expo.io/guides/web-performance/. My app has no images so no
I have a site with TouchableOpacity that uses react-navigation to navigate to another screen. Is it possible in some way to add href to this button so I could o
In short: which is most memory + cost efficient way to use Firestore snapshot listeners, unmount them always at screen unmount or have the unsubscribe function
I have project in react native and it was build in iOS and android successfully. I have not used react native cli for that project. Now I have to give support f
in react-native, I have: Warning: Failed prop type: Invalid prop `value` of type `number` supplied to `TextInput`, expected `string`. I have a postalCode an
I am trying to share components between a ReactJs and React Native project. I have been successful in being able to share components that use React Native, but
I'm trying to get react native component to return a View with an aspect-ratio: 4.3 using: const component = () => <View style={{aspectRatio: 4 /3}} >{