Daniel Cortes

Results 6 comments of Daniel Cortes

@wumke , your `android/build.gradle` does need updating.

Has anyone found a solution for this? There is no `RNSpinkit.xcodeproj` in my Xcode, I am working with version 10.1. All the other suggestions like react-native link, my rnspinkit is...

any fix for this found? I believe my issue may be related to this.

Upgrading to the latest react-native-spinkit has not solved this for me. I am working with React Native 0.53.3 and React 16.2

Greetings, I can't believe this is opened from 2017, I am running into the same issue or same error message on MacOS console because my app crashes natively. In regards...

Well, I developed a test like this: ```javascript import { render, screen } from "@testing-library/react"; import user from "@testing-library/user-event"; import App from "./App"; test("can receive a new user and show...