React-Native/[RN]Expo
-
SDK 43 Expo Go에서 더이상 지원 안해줌React-Native/[RN]Expo 2022. 8. 3. 10:04
This project uses SDK 43.0.0, but this version of Expo Go only supports the following SDKs : 44.0.0, 45.0.0, 46.0.0 To load the project, it must be updated to a supported SDK version or an older version of Expo Go must be used https://blog.expo.dev/expo-sdk-45-f4e332954a68 Expo SDK 44 Today we’re announcing the release of Expo SDK 44. SDK 44 includes React Native 0.64.3. Thank you to everyone wh..
-
File specified via "android.googleServicesFile" field in your app.json is not checked in to your repository and won't be uploaded to the builder.Use EAS Secret to pass all values that you don't want to include in your version control. Learn more: https:..React-Native/[RN]Expo 2022. 8. 2. 14:21
google serviceAccountKeyPath 생성 가이드 https://github.com/expo/fyi/blob/main/creating-google-service-account.md GitHub - expo/fyi: Little bits of information that you may find useful when interacting with Expo tools and service. Append the Little bits of information that you may find useful when interacting with Expo tools and service. Append the markdown filename to https://expo.fyi/ to get a quic..
-
om.segment.analytics.android:analytics, 4.9.4 SDK 또는 라이브러리 중 하나가 사용하는 SDK가 포함되어 있습니다.React-Native/[RN]Expo 2022. 8. 2. 11:50
앱에 규정을 준수하지 않는 SDK 버전이 포함되어 있습니다 2022년 6월 10일 02:22 com.bizworks.bizpayrollapp 앱 버전 코드 3에 개인 정보 또는 민감한 정보를 수집하면서도 Advertising ID, Android ID 식별자로 제한되지 않는 com.segment.analytics.android:analytics, 4.9.4 SDK 또는 라이브러리 중 하나가 사용하는 SDK가 포함되어 있습니다. 데이터 사용 정책에 설명된 것과 같이 영구 기기 식별자는 다른 개인 정보 및 민감한 사용자 데이터 또는 재설정 가능한 기기 식별자와 연결될 수 없습니다. 2022년 8월 9일 자정(UTC)부터 사용자 데이터 정책을 준수하지 않는 SDK 버전이 포함된 새로운 앱 출시 버전은 출시에서..
-
Alert창을 대체할 라이브러리React-Native/[RN]Expo 2022. 5. 23. 19:54
https://www.npmjs.com/package/react-native-toast-message react-native-toast-message Toast message component for React Native. Latest version: 2.1.5, last published: 2 months ago. Start using react-native-toast-message in your project by running `npm i react-native-toast-message`. There are 34 other projects in the npm registry using react www.npmjs.com //기존 라이브러리 https://www.npmjs.com/package/re..
-
[Unhandled promise rejection: Error: Error encountered while fetching Expo token, expected an OK response, received: 400 (body: "{"errors":[{"code":"VALIDATION_ERROR","message":"The Expo push notification service is supported only for Expo projects. Ens..React-Native/[RN]Expo 2022. 3. 2. 16:21
Expo 푸시토큰 받을 시 오류 메세지 :: 해결방법 expo-cli 명령어로 expo login으로 로그인하면 된다. expo푸시 토큰이여서 그런지 expo로그인이 필수다!!!