Rajiv Seelam

Results 6 comments of Rajiv Seelam

@haardikdharma10 I can confirm this is working in latest CLI. The issue was: https://www.civo.com/docs/cli/617 As a newbie to Civo, I would be starting at the Docs section of your website...

@haardikdharma10 Above is the screenshot of instructions which suggest: `wget https://github.com/civo/cli/releases/download/v0.7.6/civo-0.7.6-linux-amd64.tar.gz` Is 0.7.6 the one should be installing? or 1.0.23 which is here: [v1.0.23](https://github.com/civo/cli/releases/tag/v1.0.23) You can update the document with:...

![Screenshot 2021-06-20 at 9 32 22 AM](https://user-images.githubusercontent.com/23579455/122661678-6db29e00-d1aa-11eb-90a1-4102dce440f2.png) Is there a way to completely remove the left side: "+" icon, as in support no widgets? Even if I supply `widgets={[]}`, +...

@dgraham Downgrading to 1.6.0 seems to be a solution for now. Will be watching this space and https://github.com/planetscale/database-js/pull/102 for a solution which will work with latest version too, FYI. Thanks.

https://www.npmjs.com/package/react-native-dotenv doesn't work as expected. We encountered following problems: 1. Multiple environments don't work. We created .env.staging, tried to access it via APP_ENV=staging 2. We have to make some change...

We ended up using - react-native-config And we send env file using `ENVFILE=.env.staging nx run-android investor-mobile` Hope this helps