Closed axeljeremy7 closed 2 years ago
the promise convert is not recognized as promise and cause issues when trying to build the app, my app runs in both platforms fine but for android I have to manually remove the await and async in order to be compiled and built
await
async
Hi! What about make use of platform-specific extensions? https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions
the promise convert is not recognized as promise and cause issues when trying to build the app, my app runs in both platforms fine but for android I have to manually remove the
await
andasync
in order to be compiled and built