Freeman

Results 80 comments of Freeman

I managed to make a custom title using `./sources/fabric/fabricFrameSources.js` as inspiration. Started by editing node_modules with `patch-package` until I was confident with Fabric then easily worked with canvas. I think...

I'd also be really interested in this feature - @gknedo looking forward to seeing the result!!!

Still interested too... lol. Prepare yourself for the following crime against humanity... I wrote a Lambda that checks the Ahoy tables every 30 min and copies `properties.user_id` to the `user_id`...

After using the debugger and stepping through the library I located the source of the issue. React Native attaches its `displayName` to ForwardRef in this way: https://github.com/facebook/react-native/blob/main/Libraries/Components/View/View.js#L37 However in the...

Not the developer but I don't think this will be possible since you can't actually move it in the same way as other icons. It's fixed to the top right

@nealrs Cool feature, although I'm thinking it might start to bring the featureset of this repo closer towards Cordova, which I think already handles stuff like push really well. Feel...

hey @PatrickBK, not yet! i don't have time to add it as my day job isn't currently iOS stuff. If somebody would like to patch this, please feel free :grin:...

hey @iwangu, check this out: http://stackoverflow.com/questions/725033/handling-url-redirections-in-uiwebview Please let me know if it helps, or if I misunderstood!