cancel
Showing results for 
Search instead for 
Did you mean: 

React Native app deployment to SAP BTP

Saumya3
Associate
Associate
0 Kudos
352

We are trying to deploy a React Native application on SAP BTP. We are unable to deploy it due to the following error:

Saumya3_0-1728538017373.png

The error is due to the `punycode` module which is deprecated. This module is a dependency of `whatwg-url-without-unicode` module and `whatwg-url-without-unicode` is a dependency of `expo`. We are using `expo` to build and run our app.

How can we remove this dependency? Or is there an alternative to this method of deployment to BTP?


 

Accepted Solutions (0)

Answers (1)

Answers (1)

Saumya3
Associate
Associate
0 Kudos

We are using the CAP Java framework for the deployment.