1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

RN: Replaced broken Picker by custom dropdown

This commit is contained in:
Laurent Cozic
2017-11-18 23:59:07 +00:00
parent f126e0a944
commit 0c14a42b28
7 changed files with 330 additions and 828 deletions

View File

@ -1,5 +1,5 @@
const React = require('react'); const Component = React.Component;
const { View, Button, Picker } = require('react-native');
const { View, Button } = require('react-native');
const { connect } = require('react-redux');
const { reg } = require('lib/registry.js');
const { Log } = require('lib/log.js');