강의

멘토링

커뮤니티

BEST
Programming

/

Mobile Application Development

Delivery App Clone Coding [with React Native]

We are building a delivery app for riders using React Native. This is a lecture by a developer who has built more than 5 apps with React Native over 6 years and successfully sold their company to Kakao Mobility.

(4.8) 63 reviews

1,869 learners

Level Intermediate

Course period Unlimited

  • zerocho
React Native
React Native
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