Akinn Rosa

Results 24 comments of Akinn Rosa

[EAS Build](https://docs.expo.dev/build/introduction/)

this package is not compatible with expo, try expo-notifications

`TypeError: notification.getData is not a function` right here

> Add new row and set a key and value in your info.plist to use WKWebView instead of UIWebView. Key: gad_preferred_webview > Value: wkwebview https://stackoverflow.com/a/62137910/10142204

Still having this error with React Native 0.66.1 > For me, `use_flipper!({ "Flipper-DoubleConversion" => "1.1.7" })` in Podfile fixed this. This solves here ```sh Installing Flipper-DoubleConversion 1.1.7 (was 3.1.7) ```

you don't need to do a release commit using `semantic-release`, you can use `"version": "0.0.0",` in your `package.json`, semantic-release will bump the lib version using github tags, and according to...

You don't need to disable it! you can generate a specific token for automations ![image](https://user-images.githubusercontent.com/42688281/179523162-ee3173db-abb7-47f5-a9b3-a17d4aaa9616.png)

> Hello, > Replace with **lib32ncurses6**. I have corrected the dependency name, the old aren't more available. > > https://github.com/tiagorlampert/sAINT#how-to-use it worked for me

> I was facing the same issue. After searching for whole day, I found this link and it solved my problem. > > https://docs.viromedia.com/docs/no_use_frameworks > > Hope it helps you...