You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the Android app, the RNCSlider native code generates C++ compilation warnings about '$' symbols in identifiers.
node_modules/@react-native-community/slider/android/build/generated/source/codegen/jni/react/renderer/components/RNCSlider/EventEmitters.cpp:51:12: warning: '$' in identifier [-Wdollar-in-identifier-extension]
C/C++: 51 | return $payload;
C/C++: 36 warnings generated.
are you using the new architecture? -> Yes
which version of react & react-native are you using?
React: Version: 19.0.0
React Native: Version: 0.79.5