Skip to content

Commit

Permalink
PickerSelect view updated in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 authored Nov 29, 2023
1 parent f2a662a commit 62578d6
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 122 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ PODS:
- React-perflogger (= 0.72.7)
- RNCMaskedView (0.2.9):
- React-Core
- RNCPicker (2.5.1):
- RNCPicker (2.6.1):
- React-Core
- RNGestureHandler (2.14.0):
- RCT-Folly (= 2021.07.22.00)
Expand Down Expand Up @@ -718,7 +718,7 @@ SPEC CHECKSUMS:
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
ReactCommon: 54a0af7fed8df83c4de245309f1627110ba1f8af
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8
RNCPicker: b18aaf30df596e9b1738e7c1f9ee55402a229dca
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNReanimated: 1dcf7602777a195cf34f1dcd658037a80a2c8af1
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@react-native-masked-view/masked-view": "^0.2.7",
"@react-native-picker/picker": "2.5.1",
"@react-native-picker/picker": "^2.6.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
Expand All @@ -29,7 +29,7 @@
"react-native-fix-image": "^2.1.0",
"react-native-gesture-handler": "^2.2.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-picker-select": "^8.0.4",
"react-native-picker-select": "^9.0.0",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.11.0"
Expand Down
3 changes: 1 addition & 2 deletions example/src/components/FetchRecommendationsModal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {StyleSheet, Text, Alert, View} from 'react-native';
import {StyleSheet, Text, Alert, View, ScrollView} from 'react-native';
import ExponeaButton from '../components/ExponeaButton';
import ExponeaModal from './ExponeaModal';
import PropertyEditor from './PropertyEditor';
Expand All @@ -8,7 +8,6 @@ import ExponeaInput from './ExponeaInput';
import {RecommendationOptions} from 'react-native-exponea-sdk/lib/Recommendation';
import ExponeaPicker from './ExponeaPicker';
import ListEditor from './ListEditor';
import {ScrollView} from 'react-native-gesture-handler';

interface FetchRecommendationsModalProps {
visible: boolean;
Expand Down
Loading

0 comments on commit 62578d6

Please sign in to comment.