Kaushalkumar
Kaushalkumar
> @city0666 try this! > > ``` > - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions > { > self.moduleName = @"dhignaevents"; > > self.initialProps = @{}; > > bool didLaunchFinish = [super...
Same issue with latest react-native-svg library. If we use version ^9.5.1 issue resolves.
There is problem in below code (which is given in readme). If we run below code it is shoving TypeError: undefined is not an object (evaluating 'start[0].x'). kindly run example...