JavaScript41 react-modal react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`. This is needed so screen readers don't see main content when modal is opened. It is not recommended, but you can opt-out by setting `ariaHideApp={false}`. ariaHideApp={false} 에 추가 2023. 9. 18. [React-native] 투두리스트 만들기 - 디자인 참고: https://wsss.tistory.com/1581 - 깃허브 : RNapp/RNapp/TodoList.js at main · czmcm5/RNapp (github.com) 리액트 네이티브 연습 겸 가볍게 투두리스트를 만들어 보았다! 예쁘게 만들고 싶어서 열심히 서치해보니 예쁜 디자인이 모아진 블로그를 찾았다ㅎㅎ 참고하기 너무 좋은듯 html로 만들어진걸 네이티브로 만들어보기 !! 추가 / 삭제 / 할일완료 체크까지 모두 잘 된다 ^.^!! 아쉬운게 있다면 ... 타이틀 상단바를 어떻게 해야 예쁘게 할 수 있을까? 곰곰곰 완성된 디자인을 보고 만들면 쉬운데, 디자인부터 내가 직접 창조해서 하려하면 늘 어려운 것 같다(디자이너들 존경ㅜㅜ) + https://couquedassee.tis.. 2023. 9. 12. Error: Unsupported top level event type "onGestureHandlerStateChange" dispatched https://stackoverflow.com/questions/54923622/unsupported-top-level-event-type-ongesturehandlerstatechange-dispatched-in-ipho 2023. 8. 25. RN_Cannot read properties of undefined (reading 'configurations'). [문제] 오랜만에 꺼내본 프로젝트에서 npm start 를 하니까 마주하게된 warn no apps connected. sending "reload" to all react native apps failed. make sure your app is running in the simulator or on a phone connected via usb. npm start를 하거나 xcode에서 직접 실행시켰을 땐 정상적으로 빌드가 되지만, 위와 같은 오류가 발생했다. 나는 실제 기기로 연결하는 것도 아니고 시뮬레이터로 실행시키는데도 이러니까 너무 당황스러웠던 것이다 ... 그러다 xcode에서 run 하지말고 프로젝트 터미널에서 실행하자는 마음으로 react-native run-ios를 했더니 다음과 같은 .. 2023. 8. 23. 이전 1 2 3 4 5 6 7 8 ··· 11 다음