Walter Martin Vargas-Pena

Results 21 issues of Walter Martin Vargas-Pena

interested in adding to cocoapods?

any chance this can be added to the cocoa pods master list? http://guides.cocoapods.org/making/making-a-cocoapod.html

Are there any example (existing or planned) to have a demo project that is HIPAA compliant and uses the serverless stack?

I need to ignore some directories in my project and I am unsure of how to change the configuration. I know that typically we can change the `metro.config.js` but this...

I always get an empty array when calling `getPurchaseData` with a validated receipt. I am using a sandbox account + actual device for testing. ``` iap .setup() .then(() => {...

Specifically on the iOS simulator HTMLView renders a blank/white screen when a html value is too large. This is not replicable on the device (however ive tested on iphone 7...

Not sure where to find the ARN in the console. Do I need to create a lambda function aside from the instructions on the readme? ``` Creating an Alexa Skill...

I'm not sure exactly how to use Genome with core Data. Am I missing something here? How do they get initialized? How do I fetch or init it? ```swift public...

Latest version when adding with cocoapods is Installing Genome (3.0.2). Not latest (3.1.1)

For a better UX we should support passing in a prop of type [textContentType](https://facebook.github.io/react-native/docs/textinput#textcontenttype) . Or set the default to `oneTimeCode`. IF your interested i would attempt a PR