Sunbreak
Sunbreak
"^4.1.10" results in `4.3.0` while "~4.1.10" results in `4.1.12`
On branch [0.69-v8](https://github.com/Sunbreak/react-native/tree/0.69-v8) of https://github.com/Sunbreak/react-native, when bundleReleaseAar ``` $ ./gradlew :ReactAndroid:bundleReleaseAar ReactCommon/jsi/v8runtime/V8Runtime.cpp:582:25: error: unused variable 'v8PointerValue' [-Werror,-Wunused-variable] const V8PointerValue *v8PointerValue = ^ 1 error generated. ```
APP could crash when packaging the wrong `snapshot_blob.bin`
- [ ] #17 - [ ] #18
For example: https://github.com/woodemi/libusb.dart/blob/7f7ed5fa9abd7c7804c861f6be060a11ce5f8bc8/libusb-1.0/libusb.h#L161-L178 results https://github.com/woodemi/libusb.dart/blob/7f7ed5fa9abd7c7804c861f6be060a11ce5f8bc8/lib/libusb_macos.dart#L587-L602 which doen't exist in dynamic library --- Calling it would throw `ArgumentError` https://github.com/woodemi/libusb.dart/blob/b67b2f77928cd7064bde208605e0472d01c1f66f/test/libusb_test.dart#L32-L34 Marked those inline functions `@Deprecated('inline')` as a workaround
- [x] #4 - [ ] #5 - [x] #6
- `0x4D000000` is known as `black30` - `0x4D000000` is used by `CupertinoNavigationBar` - `0x4C000000` is only used by `CupertinoTabBar` ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...