react-native-gesture-handler 패키지가 link가 안될수도 있어서 다음으로 처리.
1
react-native link react-native-gesture-handler
만약 IOS로 실행중이라면 라이브러리가 설치가 안되어 있을 수도 있어서 다음으로 처리.
1
2
cd ios
pod install
react-native-gesture-handler 패키지가 link가 안될수도 있어서 다음으로 처리.
1
react-native link react-native-gesture-handler
만약 IOS로 실행중이라면 라이브러리가 설치가 안되어 있을 수도 있어서 다음으로 처리.
1
2
cd ios
pod install