Sahitya Upmanyu

Results 5 comments of Sahitya Upmanyu

Hi @andordavoti, I think i have managed to figure it out using the [fastlane env cookbook](https://github.com/maxkomarychev/react-native-ultimate-config/blob/master/docs/cookbook.md#generate-fastlane-dotenv=) by creating a hook like this: ``` const fs = require("fs"); const templates =...

Hi, I'm trying to pass the options object to the editor in angular, but the editor does not reflect the changes ``` ``` in component.ts: ``` options: any = {...

@nzcodarnoc tried your solution by converting it for a js based project, unfortunately it did not work. Is there a definite root cause for this error or is this something...

Hi @MinaSamir11, i'm facing the same issue that @zainulabdeen4 faced. env information is below: ``` System: OS: macOS 13.2.1 CPU: (8) arm64 Apple M1 Memory: 82.36 MB / 8.00 GB...

According to [this](https://developer.android.com/reference/com/google/android/play/core/release-notes) release note by the android dev team, the `play:core` library has been split up into individual libraries. Removing `implementation "com.google.android.play:core:1.10.0"` from the gradle dependencies fixes the problem,...