1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 19:15:17 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix ios reload

This commit is contained in:
sunnylqm
2025-06-27 23:23:59 +08:00
parent 7023ff57ca
commit 6a0a5b2d49
7 changed files with 51 additions and 49 deletions

View File

@@ -2,12 +2,14 @@
#import "RCTPushy.h"
#import <React/RCTBundleURLProvider.h>
#import <ReactAppDependencyProvider/RCTAppDependencyProvider.h>
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.moduleName = @"AwesomeProject";
self.dependencyProvider = [RCTAppDependencyProvider new];
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};