Pratik Bhagat

Results 10 comments of Pratik Bhagat

Ah, this screen is very annoying if you are using a workflow regularly. Thank you for your response @WilliamBergamin 🙌🏻

Hey @WilliamBergamin sorry to bother you again, 1. Is it possible to add workflow as a message shortcut similar to the one in the image? The behaviour I want: The...

> Hey folks, the `Playground` project relies on Java files and is still working fine with RN 0.73, which now requires Kotlin files. can you share the kotlin file?

### I am sharing what worked for me using Kotlin file (MainApplication.kt) 1. Change this - ``` import com.facebook.react.defaults.DefaultReactNativeHost import com.facebook.soloader.SoLoader ``` To this - ``` import com.reactnativenavigation.NavigationApplication import com.reactnativenavigation.react.NavigationReactNativeHost...

MainActivity.kt ``` package com.appName import com.reactnativenavigation.NavigationActivity class MainActivity : NavigationActivity() ```

can you share more context about the error you are facing?

My current app has - "react-native": "0.74.3", JDK 17 Android SDK - ``` ext { buildToolsVersion = "34.0.0" minSdkVersion = 23 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "26.1.10909125"...