We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925f218 commit 2c6cee0Copy full SHA for 2c6cee0
package.json
@@ -77,8 +77,5 @@
77
"peerDependencies": {
78
"react": "> 15.0.0",
79
"react-native": "> 0.50.0"
80
- },
81
- "dependencies": {
82
- "uuid": "8.3.0"
83
}
84
src/Host.tsx
@@ -1,6 +1,5 @@
1
import * as React from 'react';
2
import { View, ViewStyle } from 'react-native';
3
-import { v4 as uuidv4 } from 'uuid';
4
5
import { Manager, IManagerHandles } from './Manager';
6
0 commit comments