Russ

Results 3 comments of Russ

This is happening when `showsUserHeadingIndicator={true} ` is set to true. This is because in the `HeadingIndicator.tsx` being wrapped with a fragment and the `ShapeSource.tsx` component calling `cloneReactChildrenWithProps` ``` const HeadingIndicator...

Had this same issue. Was able to fix with suggestions from the second comment. ``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"abc"; self.initialProps = @{}; BOOL appLaunched =...