cancel
Showing results for 
Search instead for 
Did you mean: 

React Native app deployment to SAP BTP

10-10-2024 7:37 AM
Saumya3 Associate
1435 views 6 comments
0 Likes
SAP Managed Tags
Subscribe

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?


 

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Saumya3
Associate
Associate
0 Likes

We are using the CAP Java framework for the deployment.