Skip to content

Commit 05b47e9

Browse files
committed
Example is updated
1 parent fe9dbd4 commit 05b47e9

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { View, Text, StatusBar, Dimensions, SafeAreaView } from "react-native";
3-
import RNPoll, { IChoice } from "./build/dist/RNPoll";
3+
import RNPoll, { IChoice } from "react-native-poll";
44
import RNAnimated from "react-native-animated-component";
55

66
const { width: ScreenWidth } = Dimensions.get("window");

example/ios/Podfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ PODS:
296296
- React-Core (= 0.63.3)
297297
- React-cxxreact (= 0.63.3)
298298
- React-jsi (= 0.63.3)
299-
- RNGestureHandler (1.8.0):
300-
- React
301299
- Yoga (1.14.0)
302300
- YogaKit (1.18.1):
303301
- Yoga (~> 1.14)
@@ -349,7 +347,6 @@ DEPENDENCIES:
349347
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
350348
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
351349
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
352-
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
353350
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
354351

355352
SPEC REPOS:
@@ -418,8 +415,6 @@ EXTERNAL SOURCES:
418415
:path: "../node_modules/react-native/Libraries/Vibration"
419416
ReactCommon:
420417
:path: "../node_modules/react-native/ReactCommon"
421-
RNGestureHandler:
422-
:path: "../node_modules/react-native-gesture-handler"
423418
Yoga:
424419
:path: "../node_modules/react-native/ReactCommon/yoga"
425420

@@ -460,7 +455,6 @@ SPEC CHECKSUMS:
460455
React-RCTText: 65a6de06a7389098ce24340d1d3556015c38f746
461456
React-RCTVibration: 8e9fb25724a0805107fc1acc9075e26f814df454
462457
ReactCommon: 4167844018c9ed375cc01a843e9ee564399e53c3
463-
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
464458
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a
465459
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
466460

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"@freakycoder/react-native-bounceable": "^0.2.4",
1414
"react": "16.13.1",
1515
"react-native": "0.63.3",
16-
"react-native-animated-component": "^0.1.0"
16+
"react-native-animated-component": "^0.1.0",
17+
"react-native-poll": "^0.1.0"
1718
},
1819
"devDependencies": {
1920
"@babel/core": "^7.8.4",

0 commit comments

Comments
 (0)