ricardo corrie

Results 18 comments of ricardo corrie

@datso any idea why that `run` method is never invoked?

I am seeing the same issue. I am building using the `vialerbuild` script. I notice that the `COLLECT for x86_64` output is empty. Also the generated Framework is only 80mb...

@ForGuru I managed to solve this issue by making the following change in the `vialerbuild` script ```diff function configure_i386 () { echo "Configure for i386" export DEVPATH=$XCODE_SIMULATOR_DEV_PATH export CFLAGS="-O2 -m32...

@Ethella Will the fix be available for non-expo apps?

thanks @datso Do you also know if there's a way to change the 'From' header on an individual call? Right now it uses the data from the account config (username,...

@datso that adds a duplicate header, but it doesnt override the first one. This is what I see on the Invite (notice the double From headers): ``` Message Header Via:...

@datso can you please explain to me more about this feature? I can work on it, I just want some more details on it.

I know this is close to a year late, but hopefully it helps someone else. Try using basic `for` loops instead of the `map` method, to map your data. ```...

This issue can be closed. This [video](https://www.youtube.com/watch?v=9qof4eCt9UY) does a good job at explaining how to manage this type of scenario with FlatList.

Check out my implementation of an "address book". I used your alphabet scroller and sectionList. ![alphabetlistdemo](https://user-images.githubusercontent.com/6488063/31499968-37b9f272-af34-11e7-9bb2-1e5ea33f13e6.gif) The overall performance is solid but those moments of blank space leave much to...