Jose gonzalez

Results 6 comments of Jose gonzalez

I added `[RNSplashScreen show];` just before the return YES. I called the `SplashScreen.hide();` in the react-native code. But the app is not even starting, so it is not able to...

solved here -> https://github.com/crazycodeboy/react-native-splash-screen/issues/637

> @city0666 try this! > > ``` > - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions > { > self.moduleName = @"dhignaevents"; > > self.initialProps = @{}; > > bool didLaunchFinish = [super...

@LakshmiPrasad3424 did you find a way to do it? or maybe another editor?

This is how I fixed it ``` import { Editor, Node } from 'slate'; // Function to get plain text from child nodes (excluding 'page') const getPlainTextFromPageChildren = (editor: any)...