본문 바로가기
반응형

JavaScript/React Native16

[React-Native] XML to JSON 공공데이터 포털을 사용하여 데이터를 받아오는데 JSON이 아닌 XML으로만 받을 수 있어서 이를 JSON으로 변환하기 위한 방법을 찾아보았다. https://github.com/connected-io/react-native-xml2js GitHub - connected-io/react-native-xml2js: XML to JavaScript object converter. XML to JavaScript object converter. Contribute to connected-io/react-native-xml2js development by creating an account on GitHub. github.com 검색 결과 위 도구를 사용하기로 했다. Install 1 2 3 npm install.. 2022. 2. 10.
[React-Native] fetch [TypeError: Network request failed] 오류 React Native 에서 공공데이터 포탈의 API를 이용하려다 발생한 오류이다. [TypeError: Network request failed] 기본적으로 http 요청을 막아놓아서 발생한 오류로 판단된다 IOS /ios/Pods/Info.plist ... NSAppTransportSecurity NSAllowsArbitraryLoads ... 2022. 2. 9.
[React Native] Redux 개발환경... 더보기 System: OS: macOS 11.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 2.10 GB / 32.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 17.3.1 - /usr/local/bin/node Yarn: Not Found npm: 8.3.1 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, .. 2022. 1. 17.
안드로이드 폰트 스케일링 끄는 법(Disable FontScaling [React Native] 출처 https://stackoverflow.com/questions/35964078/how-to-disable-font-scaling-in-rn-for-android/44453017 How to disable font scaling in RN for Android? Simply using allowFontScaling={false} fixes this on iOS, but I'm unsure how to set this on Android. Also, for anyone that's not familiar with RN and is coming here from the Android tag, I don't th... stackoverflow.com Please Update ManiApplication... 2021. 7. 30.
[React-Native] 도움이 되는 사이트 https://www.reactnative.express/ React Native Express The all-in-one guide to React Native www.reactnative.express React Native 로 할 수 있는 기본적인 UI 표현법(?) 을 배울 수 있다. https://reactnavigation.org/. React Navigation | React Navigation Routing and navigation for your React Native apps reactnavigation.org React Native Navigation 으로 화면 이동을 다룰 수 있다 React의 Router와 같은 역할이다. 2021. 5. 10.
[React-Native] error Could not find "Podfile.lock" npx react-native run-ios 실행시 error Could not find "Podfile.lock" at /... 오류 발생 해결법. github.com/bluelion2/Project-issue-repo/issues/14#issuecomment-568258244 [React Native] Cocoapods install이 안될때 · Issue #14 · bluelion2/Project-issue-repo 상황 react-native-cli: 2.0.1 pod --version : 1.8.4 react-native: 0.61.5 React native 개발 셋팅하기 따라하던 중, IOS관련 설치가 불가능하고 실행이 안됨. React-native init project cocoapods을 .. 2021. 5. 10.
[ReactNative] react-native-picker itemStyle in Android react-native-picker의 itemStyle 속성은 iOS 에서만 작동된다고 써있다 따라서 Android 에서는 따로 커스텀 할 수 없는 것으로 알고있었다. 하지만 StackOverFlow에서 Android Style.xml 단에서 수정하여 적용시키는 법을 찾았다. stackoverflow.com/questions/38921492/how-to-style-the-standard-react-native-android-picker#comment80255009_39141949 How to style the standard react-native android picker? I am unable to style it. There is hardly any documentation on this. I wa.. 2020. 12. 24.
[React Native] Splash Image dev-yakuza.posstree.com/ko/react-native/react-native-splash-screen/ App Splash 스크린 RN(React Native) 프로젝트에서 react-native-splash-screen를 사용하여 Splash 스크린을 원하는 시간에 종료하도록 만들어 보자. dev-yakuza.posstree.com github.com/crazycodeboy/react-native-splash-screen crazycodeboy/react-native-splash-screen A splash screen for react-native, hide when application loaded ,it works on iOS and Android. - crazycodeboy/r.. 2020. 12. 1.
[React Native & Android] Build apk,abb velog.io/@dear_sopi9211/react-native-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-APKAAB-%ED%8C%8C%EC%9D%BC-%EC%83%9D%EC%84%B1%ED%95%98%EA%B8%B0 [react-native] 안드로이드 APK(AAB) 파일 생성하기📱 Production test build 하기 전에 먼저 해당 프로젝트 에뮬레이터 또는 Android device에서 성공적으로 컴파일이 되고 실행이 되고 오류는 없는지 확인한 후 진행하여야 합니다. 1. key store 생성 Android 용 Rea velog.io 1. [React Native Project] / android / app 안에 .keystore 혹은 .jks .. 2020. 11. 30.
[React Native, FireBase ect] Firebase 오류 (app:multiDexListDebug) Firebase를 사용하기 위해서 npm install 을 하고 run-android 를 하였더니 build 과정에서 여러가지 문제가 발생하였다. 그래서 프로젝스/android 로 이동하여 (cd android) gradlew clean을 진행 한 후 npx react-native run-android를 하였더니 해결이 되었다. 이후 몇 가지 라이브러리(ex. @react-native-firebase/firestore)를 더 설치하고 나서 위와 같은 오류가 발생하여 같은 방법으로 해결하려 했으나 다른 오류인걸 확인하였다. Task :app:mergeDexDebug FAILED 이였다. 쭈욱 읽어보니 공식문서에서 원인과 해결방법을 제공하고 있다. developer.android.com/studio/buil.. 2020. 11. 24.
[React Native] Change Package(Android) & Bundle Id(iOS) =====Change Package Name [Android]===== stackoverflow.com/questions/37389905/change-package-name-for-android-in-react-native Change package name for Android in React Native I used react-native init MyApp to initialise a new React Native app. This created among others an Android project with the package com.myapp. What's the best way to change this package name, for e... stackoverflow.com dev.to/.. 2020. 11. 24.
[React Native] 시작하기 (Windows 10) reactnative.dev/docs/environment-setup Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev Expo로 부터 탈출하기 위해서 Bare React Native를 사용하기로 하였다. 위 링크를 통해 프로젝트를 시작해보려고 한다. Chocolatey Chocolatey - The package manager for Windows Chocolatey is software management automation for Windows that wraps installers, executab.. 2020. 11. 19.
반응형