You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented your react-native-draggable-view into my project, and have gotten it to work, but every time I slide the drawer up or down, I receive the above error. I am using version 0.0.6 and have went into the source code and cannot find a remedy. Here is the code I wrote to trigger the error:
import React, { useState, useEffect, Component }from "react";
import {Alert, Dimensions, Platform, StyleSheet, Text, View, Button, TouchableOpacity, TouchableHighlight, SafeAreaView, ScrollView, ActivityIndicator, StatusBar} from "react-native";
import Drawer from 'react-native-draggable-view'
import {Screen2} from './Screen2'
import {Screen3} from './Screen3'
Good day,
I have implemented your react-native-draggable-view into my project, and have gotten it to work, but every time I slide the drawer up or down, I receive the above error. I am using version 0.0.6 and have went into the source code and cannot find a remedy. Here is the code I wrote to trigger the error:
The text was updated successfully, but these errors were encountered: