Thidasa Pankaja Paranavitharana
Thidasa Pankaja Paranavitharana
Let's say I have multiple paths in a survey. I ask a question and the user can enter 1-5 numbers (1,2,3,4,5). Then he/she should be seen a specific set of...
Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved. ## Description In the production...
I'm trying to use react-loading on my react-native app. This is my code ``` import React, { Component } from 'react'; import ReactLoading from 'react-loading'; class Tags extends Component{ render(){...
Today I installed react-native-material-kit to use on my react-native app. I'm getting an error when I try to create a button. ``` import React, { Component } from 'react'; import...
I'm getting this error when I try to open gitbook with `sudo gitbook serve` `FileNotFoundError: No "README" file (or is ignored) `
npm start will start the server and run the react app. But if I edit the source code it doesn't update on the browser even I refresh the page (In...
I added react-loading-animation to my react app which I created using create-react-app. But I don't get it loaded. When I run `npm ls` in the console I'm getting this error....