Questions tagged as 'react-native'

1
answer

How to enable and disable a button in React Native and to disable it to put it in a different color

I would like to know how to enable and disable a button and how to enable it I change the color. <TouchableOpacity disabled={disabled} onPress={() => navigation.navigate("ReviewOrder",{quantityOrders:screenProps.quantityOrders})}>...
asked by 31.05.2018 / 00:54
1
answer

When compiling the application, it does not detect all the changes that are in development mode. React-Native

What happens is that when compiling the application with react-native , using the commands: react-native run-android --variant=release ./gradlew assembleRelease generating an .APK, that does not work correctly, does not detect some ch...
asked by 04.01.2019 / 16:13