Sean Dunford

Results 19 comments of Sean Dunford

Pasting this here so people don't have to click through to StackOverflow. `[RNBranch application:application openURL:url options:options];` returns a BOOL, if that is true then Branch handled the link and you...

Bump. Is this project dead? Does anyone have a fork or alternate project where this is working? @weppos

Experiencing similar issues, is this related to a new version? I didn't have these issues a few weeks ago.

@burnhc @sicsol I was able to resolve by pinning this dependency. `"react-native-activity-feed": "1.1.0",` I am not sure what actually broke as i don't have time to dig into code atm...

https://github.com/GetStream/react-native-activity-feed/issues/244#issuecomment-1013567858 Related issue in the actual repo.

@[afestein](https://github.com/afestein) - At this point i'm just rolling all my own custom components and using the api directly. Hopefully they don't sunset the Feeds project.

> you may have compiled partially without specified data dir and later compiled with the data dir specified. I would suggest to do all again > > ``` > make...

I think this or something similar would be a great addition. Especially when moving from moment where the default behavior was different. ``` const moment = require('moment') const luxon =...

Piggy backing off of this bc i was looking for something similar. If this was implemented i could implement the search myself but it would be even better for my...