React-Native/Expo앱만들기

EXPO푸시알람 구현하기(3)

Dev갱이 2021. 12. 16. 23:49
728x90

푸시알람을 탭했을때 해당하는 스크린으로 이동하는걸 구현하고싶다.

 

구현하는 과정중

TypeError: _reactNative.Linking.createURL is not a function

 

https://docs.expo.dev/versions/v43.0.0/sdk/linking/

 

Linking - Expo Documentation

Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.

docs.expo.dev

expo install expo-linking

이놈으로 바꿔서 깔아서 사용해야함

728x90