Kuntimaddi Manideep

Results 10 comments of Kuntimaddi Manideep

Hello @akshatshukla13, please add the publishable key and the secret key, also known as the API key, to the `.en` file and then rename it to `.env`. You can generate...

hey @chilkaditya, you can find webpack.config.js in reactNativeWeb folder. you just set isDevelopment to true or replace this line ``` const isDevelopment = process.env.NODE_ENV == 'development';``` with ``` const isDevelopment...

Hey @chilkaditya, sorry for late response. You pull the new code using ```git pull origin main``` and then go the android ```git pull origin main``` and same for IOS. or...

if possible, share the screen recording what exactly you are facing, so i can help you with that.

actually you need 3 terminal for running demo app 1 : yarn re:start 2 : yarn server 3 : yarn web

or else you can try 2 terminals 1: yarn re:start 2: yarn web:demo

now, there is a folder named reactNativeWeb/DemoApp open demoApp.html in browser. to see the details

add NODE_ENV = development to the .env file and remove the business related information while creating payment intent in server.js file i.e, business_label, business_country.

The localhost:5252 serves as the backend for creating sessions. The localhost:8080 hosts the application, while demoApp.html represents the actual merchant-facing app. The localhost:8080 application is displayed within an iframe. To...

@Anurag99778 sorry, this issue is closed now, check other issues. thanks