LeoTM

Results 107 comments of LeoTM

Noticed in 3.11.0 too, cheers @ejain this works for me ```ts 'react-native/no-raw-text': ['error', { skip: 'Text.Text' }] ```

looks good @athakur3, just curious why recommend the new Pressable over TouchableOpacity or TouchableWithoutFeedback? since TouchableOpacity or TouchableWithoutFeedback remain a simpler start where we recommend Pressable for a more extensive...

gotcha ^ makes sense if that implies we're going to deprecate both, SWIM (Someone Who Isn't Me) will know

thx @VladSt90, this should fix what i had to manually do [here](https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2883944) right, happy to test if so

sry lost track of this ^ sure done - https://github.com/facebook/react-native-website/pull/3266

Exactly Buck's used internally for testing our Android app on Ubuntu 20.04 (x86_64) along with Gradle during these parts of our CircleCI workflow: - _test_android_ - `mkdir -p ./reports/{buck,build,junit,outputs}` -...

awesome ^ think meant > CMake files are easier to understand than **Make** files

you're right @efstathiosntonas this has caused some confusion and thanks @Adnan-Bacic for raising again / updating us 👍 we've just recently added to the [template](https://github.com/facebook/react-native/commit/11601279b3e01987ecb92acf80f63ba94494fe17) and [website](https://github.com/facebook/react-native-website/pull/3109/files) > \# By...

Same here upgrading from 1.1.1 to 1.2.0, going to downgrade, since I've have checked/followed these as far as I can tell - https://github.com/davodesign84/react-native-mixpanel#additional-info-for-android-version--112 - https://github.com/mixpanel/mixpanel-android/releases - https://github.com/mixpanel/mixpanel-android/releases/tag/v5.5.1 - https://github.com/davodesign84/react-native-mixpanel/releases (nothing...