Sebastian Penafiel

Results 6 comments of Sebastian Penafiel

@petermetz on the readme, it says: > **Features exclusive to iOS** > * Region Monitoring (or geo fencing), works in all app states. > * Advertising device as an iBeacon...

Yes advertising is working on android, it just the docs mentions otherwise like @petermetz mentioned above. Still thanks for the clarification @andersborgabiro, forgot about this post once I got it...

Had the same problem, fixed it with this: create a folder in your root with this structure > ./@types/jest-styled-components/native/index.d.ts ### index.d.ts ```typescript declare namespace jest { interface AsymmetricMatcher { $$typeof:...

@cyberonics-jasim is the app not running at all for you? or can you use the library normally with the warning?

@charliecruzan-stripe I think what @NoisyBoyII was asking, and the issue I am also having is that: When the `ApplePay` sheet is opened, and the user selects a new `ShippingAddress`, we...

For anyone struggling `yarn 3` on a private package on your package ```bash yarn link ``` Then on the repo you want the linked package ```bash # p is for...