Rahul Sharma

Results 6 comments of Rahul Sharma

Thank you very much team, you have done awesome work. I am Laravel developer and start using AdonisJS for Node, even without reading much documentation, it seems I am already...

Hi, You can use `https://www.npmjs.com/package/jetifier` to convert it to androidx use: `npx jetifier` hope this will help someone

Need to install the OpenSSL 3.3.0 Use powershell to install openssl `choco install openssl`

Temporary patch: Replace this code in `node_modules/react-native-drop-shadow/android/src/main/java/com/dropshdow/DropShadowEventListner.kt` package com.dropshadow import android.os.CountDownTimer import android.view.View import com.facebook.react.bridge.ReactContext import com.facebook.react.bridge.UiThreadUtil import com.facebook.react.uimanager.UIManagerHelper import com.facebook.react.uimanager.UIManagerModule import com.facebook.react.uimanager.common.UIManagerType import com.facebook.react.uimanager.events.Event import com.facebook.react.uimanager.events.EventDispatcher import com.facebook.react.uimanager.events.EventDispatcherListener import...