Andy Alexander

Results 48 comments of Andy Alexander

``` "react": "^16.14.0", "react-dom": "^16.14.0", "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", "react-native-unimodules": "~0.11.0", "react-native-web": "~0.13.12", "react-redux": "^7.2.0", "react-responsive": "^8.2.0", "react-router-dom": "^5.2.0", "redux": "^4.1.0", "redux-api-middleware": "^3.2.0", "redux-persist": "^6.0.0", "redux-persist-transform-immutable": "^5.0.0", ``` Relevant versions of packages

@mfreeborn So the middleware actually does things like create_engine(), etc?

Also not working on Button not working either

Yep, this fixed the same issue on my cards

Alternatively, is there a way to simulate the functionality in a browser so I can investigate it closer?

``` let hanzi = await HanziWriter.loadCharacterData('码'); console.log(hanzi.strokes.length); ``` Does what I want it to

You can also run it in React Native Web as well (I am testing this as we speak), but need to leave it out of the webview (so you'd want...

I've got a toy example working, like this: ``` const INJECTED_JAVASCRIPT = ` HanziWriter.create('character-target-div', '我', { showCharacter: false, }); writer.quiz(); `; const html = ` ` ```

> > > > @DrimZ usou essa solução, embora faça a web expo funcionar, ela quebra o simulador ios e android. > > > > O erro: > > >...

> CHeck out this fork, works for me now https://github.com/damien-mcmahon/react-swipe-card When installing this via npm, React doesn't seem to be finding it: npm install https://github.com/damien-mcmahon/react-swipe-card -g I keep getting module...