Skip to content

Commit

Permalink
Merge pull request Expensify#23854 from shubham1206agra/emojipickerme…
Browse files Browse the repository at this point in the history
…nu-native-functional

Refactor `EmojiPickerMenu` native to functional component and using `scrollTo` method
  • Loading branch information
mountiny authored Aug 1, 2023
2 parents 20ccb1d + d45112b commit 52b8ddc
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 316 deletions.
6 changes: 4 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,12 @@ PODS:
- React-Core
- RNReactNativeHapticFeedback (1.14.0):
- React-Core
- RNReanimated (3.1.0):
- RNReanimated (3.4.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand All @@ -686,6 +687,7 @@ PODS:
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
Expand Down Expand Up @@ -1130,7 +1132,7 @@ SPEC CHECKSUMS:
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
RNPermissions: dcdb7b99796bbeda6975a6e79ad519c41b251b1c
RNReactNativeHapticFeedback: 1e3efeca9628ff9876ee7cdd9edec1b336913f8c
RNReanimated: b1220a0e5168745283ff5d53bfc7d2144b2cee1b
RNReanimated: 532818a3578a0832d95ea9d0a6a9dc0e73bbce29
RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"react-native-plaid-link-sdk": "^10.0.0",
"react-native-qrcode-svg": "^6.2.0",
"react-native-quick-sqlite": "^8.0.0-beta.2",
"react-native-reanimated": "3.1.0",
"react-native-reanimated": "3.4.0",
"react-native-render-html": "6.3.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.17.0",
Expand Down
177 changes: 0 additions & 177 deletions patches/react-native-reanimated+3.1.0.patch

This file was deleted.

Loading

0 comments on commit 52b8ddc

Please sign in to comment.