Alison Haire

Results 12 comments of Alison Haire

errrrr ??? npm install (As readme says) npm link (as readme says) example usage: > import Spinner from 'react-native-spinkit'; > > ....... > > render() { > return ( >...

same issue. Followed manual setup guide: https://github.com/maxs15/react-native-spinkit/wiki/Manual-linking---Android Found that the linking hadn't worked properly in Android java files and fixed it accordingly This solved the issue!1 💃 YAY Great react-native...

same issue. Followed manual setup guide: https://github.com/maxs15/react-native-spinkit/wiki/Manual-linking---Android Found that the linking hadn't worked properly in Android java files and fixed it accordingly This solved the issue!1 💃 YAY Great react-native...

Hi there @melihmucuk Try adding the following code to the **index.android.js** right before AppRegistry... code to add: > UIManager.setLayoutAnimationEnabledExperimental(true); Example usage: > import { AppRegistry, UIManager } from 'react-native'; >...

in case of red square problem if this doesnt help try.... Followed manual setup guide: https://github.com/maxs15/react-native-spinkit/wiki/Manual-linking---Android Found that the linking hadn't worked properly in Android java files and fixed it...

We can also perhaps add the purpose of this sdk - being an abstraction and extension of functionality to the current FVM Rust implementation aiming to provide a better developer...

Additional info [Video (Nervos)](https://www.youtube.com/watch?v=tDXDKWSzOos) [Video (Moralis)](https://www.youtube.com/watch?v=AB-HOBy1aBs) [Deck](https://docs.google.com/presentation/d/1x11LCz90EpoCXOtwJdS_LtuTr-CDChkLoXcr5_8UQm8/edit?usp=sharing) [Github](https://ericvanderwal.github.io/nftstoragesample/)

Was this issue solved? I have a pdfView within a screen and am trying to fullscreen the pdf on touch, however I get this same error 'specified child already has...

Is there an updated solution to this issue?