Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.9 KB

File metadata and controls

39 lines (27 loc) · 1.9 KB

react-native-hello-json

tutorial for api json call and local push notification (uses RN Local and Remote Notification, in 'Used/referenced' part.)

dev env is window 7(64bit. I know, it's old and annoying in dev apps.), atom editor, android avd.

리액트 네이티브 API 호출과 로컬 푸시알림 연습용 프로젝트입니다.

Used/referenced

I use and referenced these APIs, sites. Very Useful.

사용한 툴이나 도움이 많이 된 사이트를 모았습니다.

Note

looks like this. hmmmm..

Issues

I want 'fetchData' operates only when i clicked 'search' button, but it doesn't. it operates continuously. I fixed this issue by correcting arrow function ( () =>). I do not wrote onPress function with arrow function, that causes issue. i fixed it.

검색 버튼을 눌렀을때만 API를 fetch하려 했으나 안되었는데 그게 arrow function ( ()=> )을 깜박하고 안 넣어서 그런 거더라구요. 고쳤습니다.