We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64648aa commit ffc4517Copy full SHA for ffc4517
packages/create-react-native-library/src/exampleApp/dependencies.ts
@@ -7,7 +7,6 @@ export async function getDependencyVersionsFromExampleApp(
7
folder: string,
8
exampleAppType: ExampleApp
9
) {
10
- // Set `react` and `react-native` versions of root `package.json` from example `package.json`
11
const examplePackageJson = await fs.readJSON(
12
path.join(folder, 'example', 'package.json')
13
);
0 commit comments