I couldn’t find any docs or knowledge about this value. Are these values determined at the java level for android?
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
It should be 500 milliseconds.
You can find out in the code file in
node_modulesreact-nativeLibrariesComponentsTouchableTouchableOpacity.js
.TouchableOpacity.js
As you may see, it is defined in Pressability.js.
Pressability.js
Find the basic default values for all the touchableOpacity attributes below,
And you may find all these in here