Oliver
Oliver
Thanks for good job! But what is reason to remove range key from value? https://github.com/jed/dynamo-down/blob/master/dynamo-down.js#L170 It's just like LevelDB `id` field and LevelDown keeps `id` in value. Some external libs...
Marker views is not very customizable now. Best what we do is using our own React Native view and show it in `onSelect()` callback. But the problem is we don't...
Simple fix #102
Library should serialize default values of `oneof` field in any case to be possible to understand which one was set. Decoding fix for `oneof` was done in #51 for #54....
react-native-audio-recorder-player 3.0.2 Look like invalid logic while setting `avFormat` https://github.com/hyochan/react-native-audio-recorder-player/blob/7d6e3bd6d11430ae04544cb5f0ed1e864d8f26d7/ios/RNAudioRecorderPlayer.swift#L183-L189
# Bug Most of this issue was fixed in https://github.com/zo0r/react-native-push-notification/pull/1793 But there are a several places where this is still happening: https://github.com/zo0r/react-native-push-notification/blob/624dd152fa06471e16d3e157aa4f058fe0a01467/index.js#L239 https://github.com/zo0r/react-native-push-notification/blob/624dd152fa06471e16d3e157aa4f058fe0a01467/index.js#L159 react-native-push-notification 7.3.1
For now it is strictly fixed to iterator item type
Thank you so much for a cool plugin! How about adding support stand-alone `.yul` files? As I understand it, basic syntax support is already implemented. That would be great.
**Describe the bug** ```js Failed to construct transformer: Error: Cannot find module 'metro-react-native-babel-transformer' Require stack: - .../node_modules/react-native-react-bridge/lib/plugin/index.js - .../node_modules/metro-transform-worker/src/index.js ``` **To Reproduce** - Add `react-native-react-bridge/lib/plugin` transformer to metro config **Expected...
**Describe the bug** Transformation failed in some cases with the error ```js [Error: TransformError SyntaxError: Expecting Unicode escape sequence \uXXXX ``` **To Reproduce** ```js import {webViewRender} from 'react-native-react-bridge/lib/web' let Root...