Dan Kaufhold

Results 3 comments of Dan Kaufhold

I am currently facing the same problem. I have this component: ``` import React, { Component } from 'react' import PropTypes from 'prop-types' import SortableGrid from 'react-native-sortable-grid' import AddPhoto from...

Never mind. It works when installing the latest commit! 👍 FYI: @brianlaw033

@Wowoy `npm install --save git://github.com/ollija/react-native-sortable-grid.git` will install the latest commit on the default branch.