Peace
Peace
ImageBackground was introduced in RN 0.46 and is unavailable in RN 0.45 or prior. I can use CachedImage for now, but it outputs a warning message which is inconvenient (and...
The original author @BugiDev has disappeared and no one else can add maintainers to this project. I have been shepherding it in my spare time, but this project deserves active...
The responsive sizing algorithm is rather rigid and has proven not to work well for Android. Here are some ideas for anyone interested in submitting a PR to make it...
When both `renderForeground` and `renderStickyHeader` are supplied, touch events no longer register on the foreground header.
Conditionally import the React Native headers by detecting the header files available. See #48
There is a way to conditionally import the React Native headers by detecting the header files available. Commit b63728104fd9f21b4e58a44ce50ae04ff0c0d473 hard-codes the header paths and only supports RN >= 0.4x. I...
On RN 0.45.1, the hidden header is very slow to slide away when scrolling a FlatList passed to `renderScrollComponent`. Additionally the header bounces up and down, even after scrolling stops.
`setInterval()` doesn't hold a wakelock and won't wake the phone if the CPU goes into deep sleep. There may be a better way to accomplish this on Android. https://stackoverflow.com/questions/17324587/will-a-handler-postdelayed-not-being-fired-when-cpu-sleeps >...
I'm using grunt-contrib-watch with browserify. The watch continually fires & rebuilds. The file(s) it sees as changing are the source files and not the browserify-generated bundles. The detected files vary,...
`npm run startdev` returns the error > Error: Chunk.entry was removed. Use hasRuntime() The version of `extract-text-webpack-plugin` is outdated and should be updated to 2.x (current is 2.1.2) in package.json's...