Skip to content

Commit c90eca6

Browse files
committed
fix: link path
1 parent 69548fe commit c90eca6

File tree

16 files changed

+15
-18
lines changed

16 files changed

+15
-18
lines changed

apps/example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import { AppRegistry } from 'react-native';
6-
import App from '../apps';
6+
import App from '../common';
77
import { name as appName } from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-native-reanimated": "^3.16.1",
2525
"react-native-safe-area-context": "^4.11.1",
2626
"react-native-screens": "3.35.0",
27-
"react-native-svg": "link:../",
27+
"react-native-svg": "link:../../",
2828
"react-native-view-shot": "4.0.0-alpha.2"
2929
},
3030
"devDependencies": {

apps/fabric-example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import { AppRegistry } from 'react-native';
6-
import App from '../apps';
6+
import App from '../common';
77
import { name as appName } from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

apps/fabric-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-native-reanimated": "3.16.1",
2222
"react-native-safe-area-context": "^4.11.1",
2323
"react-native-screens": "3.35.0",
24-
"react-native-svg": "link:../",
24+
"react-native-svg": "link:../../",
2525
"react-native-view-shot": "4.0.0-alpha.2"
2626
},
2727
"devDependencies": {

apps/fabric-macos-example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import {AppRegistry} from 'react-native';
6-
import App from '../apps';
6+
import App from '../common';
77
import {name as appName} from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

apps/fabric-macos-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-native-gesture-handler": "https://github.com/software-mansion/react-native-gesture-handler",
2020
"react-native-macos": "^0.73.0-0",
2121
"react-native-reanimated": "3.9.0",
22-
"react-native-svg": "link:../"
22+
"react-native-svg": "link:.././"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.20.0",

apps/fabric-windows-example/App.tsx

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/fabric-windows-example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import {AppRegistry} from 'react-native';
6-
import App from './App';
6+
import App from '../common';
77
import {name as appName} from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

apps/fabric-windows-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-native": "0.74.2",
1414
"react-native-windows": "0.74.9",
1515
"react-native-reanimated": "3.9.0",
16-
"react-native-svg": "link:../"
16+
"react-native-svg": "link:../../"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.20.0",

apps/paper-macos-example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import {AppRegistry} from 'react-native';
6-
import App from '../apps';
6+
import App from '../common';
77
import {name as appName} from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

0 commit comments

Comments
 (0)