Jesper Johansson

Results 7 issues of Jesper Johansson

Adds previously missing usage of `timeout` option

Adds a new flag `--allow-invalid-short-version-string`. If provided, it allows invalid versions as `CFBundleShortVersionString` such as `1.2.3-staging.1` on iOS. Useful when deploying different environments to Firebase App Distribution. Relates to #86

I use the plugin postcss-scss together with sass-loader in Webpack 4. It works if the css class names are global and i use the normal `className` prop instead of `styleName`....

question

Fixes compilation error `Android: Execution failed for task ':react-native-star-io10:bundleReleaseAar'` #51 #29

Fixes multiple build errors when using [importsNotUsedAsValues](https://www.typescriptlang.org/tsconfig#importsNotUsedAsValues) `"error"` Fixes one build error when using [noUnusedLocals](https://www.typescriptlang.org/tsconfig#noUnusedLocals) `true` Also available as patch with [patch-package](https://www.npmjs.com/package/patch-package): https://gist.github.com/jesperjohansson/a7e220af983bbf106918d97439819bdc

Fixes crash on React Native reload that would occur sometimes: ``` *** Assertion failure in -[RCTEventEmitter sendEventWithName:body:](), react-native/React/Modules/RCTEventEmitter.m:58 ``` ``` *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error...

**Do you want to request a *feature* or report a *bug*?** Bug, I think. **What is the current behavior?** Whenever I update my component with a dynamic `className`, all the...

bug