onclick function is not working in react native application June 11, 2023 by Tarik Try this- <TouchableOpacity onPress={this.openPopup}> <View> <Text>...</Text> </View> </TouchableOpacity>