0 votes
in ReactJS by
edited by
The _______________ file defines some metadata for your project and, most importantly, declares React-Native as a dependency of your project.

1. None of the options

2. index.android.js

3. package.json

4. index.ios.js

1 Answer

0 votes
by

Correct ans is package.json
The package.json file is no surprise for those who already worked with Node.js; it defines some metadata for our project and, most importantly, declares react-native (this time, the real thing, i.e., the actual framework that makes our application possible) as a dependency of our own project.

Related questions

0 votes
asked Oct 3, 2020 in ReactJS by DavidAnderson
0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
...