Mike Lambert
                                            Mike Lambert
                                        
                                    Oh, and I have tried sticking `"."` into my `extra_paths`, to no avail.
I have split the jquery dependencies out to a separate "bundle", which can be imported/not-imported on a page-by-page basis. Currently it is imported on every page. The last two items...
You can probably use `AsyncStorage` to store stuff locally. The app uses `redux` (another technology you'll probably need to learn for the react-native world), so in theory we could probably...
Oh! And if you fetch the RSVP data and there's only *one* active rsvp-ed event (or event upcoming in next 90mins), you could just open that event `Screen` directly with...
For anyone saying it "doesn't work", you'll probably have to give an explanation of what exactly isn't working (display, interaction, the indicator problems mentioned above, etc). If your problem is...
Set the containing ScrollView to `removeClippedSubviews={false}` and things should work (though it's not a great solution for performance reasons). See https://github.com/facebook/react-native/issues/8088
It seems configValueForKey only gets the stringValue of an item? Before I discovered firestack, I had built out a firebase3 module myself for the remoteconfig and analytics stuff I had...
Hi folks, i am "still around" but also no longer use UnCSS (or even write JS at all!), and am not actively supporting UnCSS either. Do we have any active...
Why not delete it in the source html file, before you pass it to uncss? Most people have to do some kind of template production to pass valid full html...
Previously, the failure-to-load-js error was hidden. Now the error is shown. Note that the previous version did not load the js-at-all, and so any CSS classes, or HTML elements, that...