1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 05:31:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

support expo 53

This commit is contained in:
sunnylqm
2025-06-29 11:52:05 +08:00
parent 99e3431844
commit 9b718b8f75
2 changed files with 3 additions and 0 deletions

2
ios/ImportReact.h Normal file
View File

@@ -0,0 +1,2 @@
@import React;

View File

@@ -105,6 +105,7 @@ Pod::Spec.new do |s|
# Conditionally add Expo dependency
if valid_expo_project
s.public_header_files = ['ios/ImportReact.h']
s.dependency 'ExpoModulesCore'
end