Milutin

Results 6 comments of Milutin

We play this regularly, and I wanted to fix this by myself, but I saw that there's a fix for this on a forked repo. So, any progress on this?

> TypeScript 5 will magically discover the index file if moduleResolution is set to 'bundler' If someone sees this, this is what helped me resolve @apollo/client error in react-native. Thanks...

The solution above did not work for me, it threw an error when I run the project for android. I'm using `"react-native": "0.70.6",` and `"react-native-splash-screen": "^3.3.0"` I only had to...

@ferrero1987 what @samuelhenshaw2020 wrote. I am using `"react-native": "0.70.6"` ```java ... import org.devio.rn.splashscreen.SplashScreen; public class MainActivity extends ReactActivity { @Override protected void onCreate(Bundle savedInstanceState) { SplashScreen.show(this); super.onCreate(savedInstanceState); } ... ```

Firebase App Distribution is down. You can check the status of it here: https://status.firebase.google.com/

Hi @mrousavy It would really help the community if this 16 KB patch could be merged and released as a small v2 update — just enough to keep older projects...