Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6290

React Native TabView not working after generating an apk

$
0
0

I am using a TabView from react-native-tab-view, it works fine when when I am running my application with expo and scan the QR Code with my android device, but when I generate an apk and open the application, it does not work.

 return isLoading ? (<LoadingComponent />  ) : person? (<TabView      navigationState={{ index, routes }}      renderTabBar={renderTabBar}      renderScene={renderScene}      onIndexChange={setIndex}      initialLayout={{ width: layout.width }}      style={{ marginBottom: 20 }}    />  ) : (<View></View>  )}

Viewing all articles
Browse latest Browse all 6290

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>