React-Native/Expo앱만들기
-
Expo에서 Nfc 사용해보기React-Native/Expo앱만들기 2022. 7. 27. 09:57
https://github.com/revtel/react-native-nfc-manager#advanced-usage GitHub - revtel/react-native-nfc-manager: React Native NFC module for Android & iOS React Native NFC module for Android & iOS. Contribute to revtel/react-native-nfc-manager development by creating an account on GitHub. github.com https://docs.expo.dev/workflow/customizing/ Adding custom native code - Expo Documentation Expo is an ..
-
EXPO푸시알람 구현하기(3)React-Native/Expo앱만들기 2021. 12. 16. 23:49
푸시알람을 탭했을때 해당하는 스크린으로 이동하는걸 구현하고싶다. 구현하는 과정중 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 이놈으로 바꿔서 깔아서 사용해야함
-
EXPO푸시알람 구현하기(2)React-Native/Expo앱만들기 2021. 12. 16. 13:22
이전글 정리후에 또 여기 정리할게용 푸시알람 전송까지 완료 했으나, 내가 원하는것은 바로 앱이 꺼져 있을때 푸시알람이 오면 그걸 눌렸을때 특정 페이지로 이동 하고 싶은데, 페이지 이동을 떠나서 문제는 앱이 꺼져 있을때 푸시 알람은 오는데 푸시알람을 클릭 했을때 안에 들어 있는 request.content.title 이나 request.content.body등이 비어있다... 왜 이럴까요? 분명 앱이 켜져 있을땐 잘된다! //앱이 꺼져 있을때 해결 방법에 대한 정보 https://stackoverflow.com/questions/66548238/expo-notification-doesnt-fire-method-when-app-is-killed-closed Expo notification doesnt fir..
-
EXPO푸시알람 구현하기(1)React-Native/Expo앱만들기 2021. 12. 15. 00:15
Fatal error: Uncaught ExponentPhpSDK\Exceptions\UnexpectedResponseException: Unexpected response was received from Expo API. in \vendor\alymosul\exponent-server-sdk-php\lib\Expo.php:220 Stack trace: #0 vendor\alymosul\exponent-server-sdk-php\lib\Expo.php(120): ExponentPhpSDK\Expo->executeCurl() #1 Api\User\Login.php(65): ExponentPhpSDK\Expo->notify() #2 {main} thrown in \vendor\alymosul\exponent..