강의

멘토링

커뮤니티

BEST
Programming

/

Mobile Application Development

Delivery App Clone Coding [with React Native]

Let's create a delivery app for riders with React Native. This is a lecture by a developer who has created more than 5 apps with React Native over the past 6 years and sold them to Kakao Mobility.

(4.8) 62 reviews

1,862 learners

Level Intermediate

Course period Unlimited

  • zerocho
꽉꽉 채워낸
꽉꽉 채워낸
Q&A의 달인
Q&A의 달인
React Native
React Native
꽉꽉 채워낸
꽉꽉 채워낸
Q&A의 달인
Q&A의 달인
React Native
React Native

Regarding changes to tsconfig.json

Hello. Recently, when I do react-native init, tsconfig.json is generated differently from my lecture.

tsconfig.json has become much shorter with the code "extends": "@tsconfig/react-native/tsconfig.json", but the common settings have been moved to node_modules/@tsconfig/react-native/tsconfig.json, and you can think of it as inheriting those settings. There is no major problem with the rest.

Comment