How can I curve the top two corners of react-navigation-material-bottom-tabs?
问题 I am new to react native and I am using react-navigation & react-navigation-material-bottom-tabs . All I want to do is curve the top-right corner and top-left corner of bottom tab bar. My Code: const screen1 = createMaterialBottomTabNavigator( { Home: { screen: HomeScreen, style : { backgroundColor: 'black' } }, About: AboutScreen, Scan: ScanScreen, Fav: AllScreen }, { initialRouteName: "Home", activeColor: 'red', inactiveColor: 'blue', barStyle: { borderWidth: 0.5, borderBottomWidth: 1,