mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix TouchableOpacity imported from react-native-gesture-handler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, {createRef} from 'react';
|
||||
import {Keyboard, StyleSheet, TouchableOpacity, View} from 'react-native';
|
||||
import {FlatList, ScrollView, TextInput} from 'react-native-gesture-handler';
|
||||
import {Keyboard, StyleSheet, TouchableOpacity, View,TextInput} from 'react-native';
|
||||
import {FlatList, ScrollView, } from 'react-native-gesture-handler';
|
||||
import {notesnook} from '../../../e2e/test.ids';
|
||||
import {useMenuStore} from '../../provider/stores';
|
||||
import {DDS} from '../../services/DeviceDetection';
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import React, {useState} from 'react';
|
||||
import {TouchableOpacity} from 'react-native';
|
||||
import {TouchableOpacity,TextInput} from 'react-native';
|
||||
import {View} from 'react-native';
|
||||
import {TextInput} from 'react-native-gesture-handler';
|
||||
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
|
||||
import {useTracked} from '../../provider/index';
|
||||
import {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import React, {useEffect, useState} from 'react';
|
||||
import {Platform} from 'react-native';
|
||||
import {View} from 'react-native';
|
||||
import {TouchableOpacity} from 'react-native-gesture-handler';
|
||||
import {View,TouchableOpacity} from 'react-native';
|
||||
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
|
||||
import {PressableButton} from '../../../../components/PressableButton';
|
||||
import Heading from '../../../../components/Typography/Heading';
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
import React, {useEffect, useState} from 'react';
|
||||
import {View} from 'react-native';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import Animated, { Easing, timing, useValue } from 'react-native-reanimated';
|
||||
import { useTracked } from '../../../../provider';
|
||||
import {
|
||||
eSubscribeEvent,
|
||||
eUnSubscribeEvent,
|
||||
eUnSubscribeEvent
|
||||
} from '../../../../services/EventManager';
|
||||
import {useTracked} from '../../../../provider';
|
||||
import Animated, {Easing, timing, useValue} from 'react-native-reanimated';
|
||||
import {sleep} from '../../../../utils/TimeUtils';
|
||||
import { sleep } from '../../../../utils/TimeUtils';
|
||||
|
||||
const ToolbarItemPin = ({format, color}) => {
|
||||
const [state] = useTracked();
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { getLinkPreview } from 'link-preview-js';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { Image, ScrollView, View } from 'react-native';
|
||||
import { TouchableOpacity } from 'react-native-gesture-handler';
|
||||
import { Image, ScrollView, View,TouchableOpacity } from 'react-native';
|
||||
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
|
||||
import { ActionIcon } from '../../../../components/ActionIcon';
|
||||
import Heading from '../../../../components/Typography/Heading';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import React, {useEffect, useState} from 'react';
|
||||
import {ScrollView, View} from 'react-native';
|
||||
import {TouchableOpacity} from 'react-native-gesture-handler';
|
||||
import {ScrollView, View,TouchableOpacity} from 'react-native';
|
||||
import Animated, {Easing, timing} from 'react-native-reanimated';
|
||||
import {PressableButton} from '../../../../components/PressableButton';
|
||||
import Heading from '../../../../components/Typography/Heading';
|
||||
|
||||
Reference in New Issue
Block a user