Harvey Appleton

Results 17 comments of Harvey Appleton

Hey @rwalle61 - think I might have found cause of issue AND produced a demo [https://github.com/harveyappleton/OpenAPIValidators/tree/master](url) Clone this fork Go into project `cd packages/jest-openapi` `yarn test` You should see the...

No problems @rwalle61 - if you can point me in the right direction, I might be able to do a fix for this :)

OK updates: 1. Calling `.delete()` or `.softDelete()` **does not** emit an action that history can subscribe to, hence the history log not showing this. Calling `.remove()` or `.softRemove()` **does** emit...

1. It seems to be working for me, and I am using repository pattern **not** ActiveRecord pattern, so that's good! I think the `.delete()` and `.softDelete()` methods don't emit events,...

@Sefriol is on the money I think. Make the core package work on ANY Js environment: node, browser, react native - whatever. Then install environment specific adapters if you need...

Hey @hsluoyz, just wondering what is best way forward with this then? Perhaps keeping Node-Casbin package as is then, and maybe creating another JS casbin package that is meant to...

Hey @anton6, I had same issue as you. I'm using expo SDK 37 but in a bare workflow. Issue is due to rn-draw requiring expo.svg (see src/config.js) - when expo...

@likeSo I just got this working myself, here's minimal code example App.tsx (root) ```tsx {/* your main app here */} ``` Then in your child component file that opens your...

@likeSo yeh so this shows that you can use react-navigation within react-native-modalize :) I managed to get the border-radius back by doing some crafty styling on the headers of the...

@likeSo you're correct that it has not got react navigation _integrated_ directly into the library, you have to do it yourself. I have no problems with integrating it, or any...