Fork MCEmojiPicker (#9763)

This commit is contained in:
Samuel Newman
2026-02-20 16:39:48 +00:00
committed by GitHub
parent 5e0ffc0917
commit f3ddc074a6
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -256,6 +256,13 @@ module.exports = function (_config) {
deploymentTarget: '15.1',
buildReactNativeFromSource: true,
ccacheEnabled: IS_DEV,
extraPods: [
{
name: 'MCEmojiPicker',
git: 'https://github.com/bluesky-social/MCEmojiPicker.git',
branch: 'main',
},
],
},
android: {
compileSdkVersion: 35,