mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Fix compatability
This commit is contained in:
@@ -42,7 +42,7 @@ class Events extends Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {
|
const {
|
||||||
...others,
|
...others
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ const Modal = styled.Modal`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Selector = ({
|
const Selector = ({
|
||||||
...others,
|
|
||||||
multiSelect = false,
|
multiSelect = false,
|
||||||
onSelect,
|
onSelect,
|
||||||
options = [],
|
options = [],
|
||||||
|
...others
|
||||||
}) => (
|
}) => (
|
||||||
<State>
|
<State>
|
||||||
{({ open }, setState) => (
|
{({ open }, setState) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user