Expo × React NativeアプリをAndroidで動かした時、TouchableOpacityのonPressが動かない
Expo × React NativeアプリをAndroidで実機確認した時、TouchableOpacityのonPressが動かなかったので共有します。
環境
expo v3.11.7
react-native v36.0.0
解決方法
index.js
import { TouchableOpacity } from 'react-native-gesture-handler';
index.js
import { TouchableOpacity } from 'react-native-gesture-handler';
としていたところを
index.js
import { TouchableOpacity } from 'react-native';
としたら治りました。
Author And Source
この問題について(Expo × React NativeアプリをAndroidで動かした時、TouchableOpacityのonPressが動かない), 我々は、より多くの情報をここで見つけました https://qiita.com/tenma/items/21220a066de5b7049c04著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .