Skip to content

Commit dfdfef2

Browse files
committed
Add missing imports
1 parent 5687a90 commit dfdfef2

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

index.ios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { AppRegistry, DeviceEventEmitter } from 'react-native'
2+
import { AppRegistry, DeviceEventEmitter, View, Text } from 'react-native'
33
import Beacons from 'react-native-beacons-manager'
44

55
export default class HelloBeacons extends React.Component {

yarn.lock

+3-20
Original file line numberDiff line numberDiff line change
@@ -2735,18 +2735,14 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
27352735
dependencies:
27362736
brace-expansion "^1.1.7"
27372737

2738-
2738+
[email protected], minimist@~0.0.1:
27392739
version "0.0.8"
27402740
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
27412741

27422742
minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0:
27432743
version "1.2.0"
27442744
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
27452745

2746-
minimist@~0.0.1:
2747-
version "0.0.10"
2748-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
2749-
27502746
"mkdirp@>=0.5 0", mkdirp@^0.5.1:
27512747
version "0.5.1"
27522748
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
@@ -3955,7 +3951,7 @@ ua-parser-js@^0.7.9:
39553951
version "0.7.14"
39563952
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca"
39573953

3958-
3954+
[email protected], uglify-js@^2.6:
39593955
version "2.7.5"
39603956
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.5.tgz#4612c0c7baaee2ba7c487de4904ae122079f2ca8"
39613957
dependencies:
@@ -3964,15 +3960,6 @@ [email protected]:
39643960
uglify-to-browserify "~1.0.0"
39653961
yargs "~3.10.0"
39663962

3967-
uglify-js@^2.6:
3968-
version "2.8.29"
3969-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
3970-
dependencies:
3971-
source-map "~0.5.1"
3972-
yargs "~3.10.0"
3973-
optionalDependencies:
3974-
uglify-to-browserify "~1.0.0"
3975-
39763963
uglify-to-browserify@~1.0.0:
39773964
version "1.0.2"
39783965
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
@@ -4078,11 +4065,7 @@ whatwg-encoding@^1.0.1:
40784065
dependencies:
40794066
iconv-lite "0.4.13"
40804067

4081-
whatwg-fetch@>=0.10.0:
4082-
version "2.0.3"
4083-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
4084-
4085-
whatwg-fetch@^1.0.0:
4068+
whatwg-fetch@>=0.10.0, whatwg-fetch@^1.0.0:
40864069
version "1.1.1"
40874070
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319"
40884071

0 commit comments

Comments
 (0)