geminiyellow

Results 27 issues of geminiyellow

there is not error log or warning, but not working. i put `console.log` in `onPress` event handle, but no output.

sorry @gs-akhan , i use babel to import all the js file. and you know, ```javascript Uncaught ReferenceError: Indicator is not defined at eval (webpack:///./src/Fuck.js?:1) at Object../src/Fuck.js (bundle.js:13126) at __webpack_require__...

https://github.com/WeLikeGraphQL/universal-react-apollo-example/blob/1aef153cb485b6a36bdfead391a4b48bd3bca93c/package.json#L41 this tutorial use apollo v0.8.x that outdate, could you update to the latest version? @graphan

``` internal/modules/cjs/loader.js:596 throw err; ^ Error: Cannot find module 'NativeModules' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) at Function.Module._load (internal/modules/cjs/loader.js:520:25) at Module.require (internal/modules/cjs/loader.js:650:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.get NativeModules [as NativeModules] (/Users/dev/Documents/Sources/universal-native-boilerplate/node_modules/react-native/Libraries/react-native/react-native-implementation.js:110:32) at Object....

raw method 中有 toast 的 return, https://github.com/openUmbrella/react-native-root-tips/blob/223c2a1141b200e89314cb95f30456700b77397c/lib/Toast.js#L101 但是到了 convenience method 中却直接丢失了,这样一改其实所谓的便利就没有那么便利了 https://github.com/openUmbrella/react-native-root-tips/blob/223c2a1141b200e89314cb95f30456700b77397c/lib/Toast.js#L30

enhancement
help wanted

hi @billoosijok , thanks for your great work. the lib working very well in ios, but when i try to use it in react-native-web project. i found it when open...

thanks for your work. but it can not working.

i found this code, https://github.com/ciaranj/node-oauth/blob/a7f8a1e21c362eb4ed2039431fb9ac2ae749f26a/lib/oauth2.js#L52 any idea? @ciaranj

i use withGraphQL plugin, when i want to include some dir out in monorepo, i have to write too much. just add an optinal param reduce duplicade code.