Fork MCEmojiPicker (#9763)
This commit is contained in:
@@ -256,6 +256,13 @@ module.exports = function (_config) {
|
|||||||
deploymentTarget: '15.1',
|
deploymentTarget: '15.1',
|
||||||
buildReactNativeFromSource: true,
|
buildReactNativeFromSource: true,
|
||||||
ccacheEnabled: IS_DEV,
|
ccacheEnabled: IS_DEV,
|
||||||
|
extraPods: [
|
||||||
|
{
|
||||||
|
name: 'MCEmojiPicker',
|
||||||
|
git: 'https://github.com/bluesky-social/MCEmojiPicker.git',
|
||||||
|
branch: 'main',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
android: {
|
android: {
|
||||||
compileSdkVersion: 35,
|
compileSdkVersion: 35,
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
|
|||||||
s.static_framework = true
|
s.static_framework = true
|
||||||
|
|
||||||
s.dependency 'ExpoModulesCore'
|
s.dependency 'ExpoModulesCore'
|
||||||
s.dependency 'MCEmojiPicker', '1.2.3'
|
s.dependency 'MCEmojiPicker'
|
||||||
|
|
||||||
# Swift/Objective-C compatibility
|
# Swift/Objective-C compatibility
|
||||||
s.pod_target_xcconfig = {
|
s.pod_target_xcconfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user