Bluesky app fork with some witchin' additions 💫

Fork MCEmojiPicker (#9763)

authored by samuel.fm and committed by

GitHub f3ddc074 5e0ffc09

+8 -1
+7
app.config.js
··· 256 256 deploymentTarget: '15.1', 257 257 buildReactNativeFromSource: true, 258 258 ccacheEnabled: IS_DEV, 259 + extraPods: [ 260 + { 261 + name: 'MCEmojiPicker', 262 + git: 'https://github.com/bluesky-social/MCEmojiPicker.git', 263 + branch: 'main', 264 + }, 265 + ], 259 266 }, 260 267 android: { 261 268 compileSdkVersion: 35,
+1 -1
modules/expo-emoji-picker/ios/EmojiPickerModule.podspec
··· 14 14 s.static_framework = true 15 15 16 16 s.dependency 'ExpoModulesCore' 17 - s.dependency 'MCEmojiPicker', '1.2.3' 17 + s.dependency 'MCEmojiPicker' 18 18 19 19 # Swift/Objective-C compatibility 20 20 s.pod_target_xcconfig = {