Description
@cortinico Essentially, I believe, I encountered the same issue with RN@0.71.0–0.71.1 as #35909 and #35945. As I mentioned in #35909 (I think you overlooked my message in the thread there), I also encounter this problem when I create a standard scaffolding for a library using
$ npx create-react-native-library@latest react-native-awesome-module
With Turbo module with backward compat, Java and Objective-C; then installing NPM dependencies, copying in Gradle (thus, looking into Android build), and running ./gradlew lint ⇐ I guess, this should do as a repro?
Version
0.71.1
Output of npx react-native info
N/A
Steps to reproduce
N/A
Snack, code example, screenshot, or link to a repository
N/A
Description
@cortinico Essentially, I believe, I encountered the same issue with RN@0.71.0–0.71.1 as #35909 and #35945. As I mentioned in #35909 (I think you overlooked my message in the thread there), I also encounter this problem when I create a standard scaffolding for a library using
With Turbo module with backward compat, Java and Objective-C; then installing NPM dependencies, copying in Gradle (thus, looking into Android build), and running
./gradlew lint⇐ I guess, this should do as a repro?Version
0.71.1
Output of
npx react-native infoN/A
Steps to reproduce
N/A
Snack, code example, screenshot, or link to a repository
N/A