reactionic
reactionic copied to clipboard
React Ionic: We are looking for a new maintainer!
This is related to a project I was working on that had case sensitive paths. This is a simple fix by just changing the casing of `IonCheckbox` to `IonCheckBox` to...
Is there a way to disable opening the side menus by swiping? Setting drag-content="false" as you would normally does not seem to work.
Hi, I have just started to work with React-Ioninc, its great. I want to create an `IonButton` with underlying `` element with `type="submit"` property. The reason is that [formsy-react](https://github.com/christianalfoni/formsy-react) relies...
Hello. I use react ionic for my project. But when in set up layout have a proplem. Have an error "Unknown props `customClasses`, `leftButton`, `rightButton`, `history`, `location`, `params`, `route`, `routeParams`,...
First, awesome project guys! I'm trying to use IonModal for example, and in my component, I'm setting: ``` static contextTypes = { router:React.PropTypes.object, ionShowModal: React.PropTypes.func, ionKeyboardHeight: React.PropTypes.number, ionPlatform: React.PropTypes.object };...
I've started writing a custom app w/ react-ionic, and the icons all show up as just a "box". Also tested the kitchensink demo and had to update the app.scss as...
Is it possible to use the hardware back button to close modal similar to ionic http://ionicframework.com/docs/api/controller/ionicModal/
When I go back (the browser back or the ionic back) the pages just loops between the last page and the current. If I progress through 6 pages and then...
When you click on an ion-item, it becomes grey for a moment as a click response, as you can see in the [ionic docs ](http://ionicframework.com/docs/api/directive/ionList/). I think clicking on a...
Warnings in console with latests react-dom Anything we need to do to fix it from here? Unknown props `customClasses`, `leftButton`, `rightButton`, `history`, `location`, `params`, `route`, `routeParams`, `routes`, `pageList`, `isFetching`, `navigate`...