Akbar Ahmadi
Akbar Ahmadi
./node_module/@react-native-firebase/analytics/android/build.gradle line 58 replace slash with underscore like this ```api project(':@react-native-firebase/app')``` => ```api project(':@react-native-firebase_app')```
i can not run rn-debugger on win 10 rn-debugger ver v0.11.0-beta-2 when i try to open it does not run in foreground but it still running in background trying to...
> Looks like the issue is with electron v6. It doesn't open in dark mode. I tried with turning off dark mode it worked. > > [electron/electron#19468](https://github.com/electron/electron/issues/19468) yes this issue...
same here +1
> @ahmadi-akbar Thank you for the contribution. I'll check it tonight. 🙏👍
+1 same here react: 17.0.2 next: 10.0.9 react-slick: 0.28.1 ## my snippet ```js import { forwardRef } from 'react'; import Slider from 'react-slick'; import 'slick-carousel/slick/slick.css'; import 'slick-carousel/slick/slick-theme.css'; const MySlider =...
please test ``` react-native start --reset-cache ``` it should fix your problem