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