create TestRecorder iOS test app

This commit is contained in:
Rafael Bastos
2024-07-12 08:53:47 +01:00
parent 952e4a93e1
commit 23459b2635
14 changed files with 779 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// ReactStubs.m
// TestRecorder
//
// Created by Rafael Bastos on 12/07/2024.
// Copyright © 2024 mrousavy. All rights reserved.
//
#import "ReactStubs.h"
@implementation UIView (React)
- (void)didSetProps:(__unused NSArray<NSString *> *)changedProps
{
}
@end