Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 9711207

Browse files
committed
Import something from linked-package to linkingProject
1 parent 451b28c commit 9711207

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linkingProject/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ import {AppRegistry} from 'react-native';
44
import App from './App';
55
import {name as appName} from './app.json';
66

7+
import linkedString from 'linked-package';
8+
9+
console.log(linkedString);
10+
711
AppRegistry.registerComponent(appName, () => App);

0 commit comments

Comments
 (0)