로토의 블로그
  • Resume
  • Blog
  • Github
  • Twitter
  • Linkedin

react-native

A collection of 5 posts

react-native

react-native 0.50.0 주요 변경 내용

원문은 https://github.com/facebook/react-native/releases/tag/v0.50.0?utm_campaign=React%2BNative%2BCoach&utm_medium=web&utm_source=React_Native_Coach_14 general ReactShadowNode interface가 추가 됨 이건

  • 로토
    로토
1 min read
react-native

react-native에 expo 붙이기

이미 생성된 react-native project에 expo를 붙이면서 겪은 삽질 모음. expo convert 커맨드가 문서에 있긴 한데 현재 동작하지 않는다. 문서에서는 exp init으로 새로 만들고 그걸 카피해서 쓰라고 함. 주의할 점은 네이티브 코드를 통해 실행되는

  • 로토
    로토
3 min read
react-native

[React-Native] react-native-vector-icons 세팅하기

create-react-native-app의 경우 eject 된 이후 기준이다. npm install npm install --save react-native-vector-icons or yarn add react-native-vector-icons android android/app/build.gradle 파일을 연다. 아래 내용을 추가한다. project.ext.vectoricons = [ iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.

  • 로토
    로토
1 min read
react-native

react-native Transform Error

react-native app을 새로 생성하고 바로 실행했는데 위 사진 같은 Transform Error가 나서 찾아보니 아래와 같은 이슈가 있다. https://github.com/facebook/react-native/issues/15559 babel-preset-react-native 모듈이 문제인 듯 하다. yarn remove babel-preset-react-native yarn

  • 로토
    로토
1 min read
react.js

create-react-native-app 앱개발 삽질기

개발 준비 npm install -g create-react-native-app creact-react-native-app APP_NAME apk 만들기 apk로 빌드를 하려면 npm run eject를 통해서 개발환경을 풀어야한다. eject 시 두가지 옵션이 있다. React Native: I'd like a regular React Native

  • 로토
    로토
2 min read
로토의 블로그 © 2022
Latest Posts Facebook Twitter Ghost