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
import React, {Component} from 'react';
import {View, Text} from 'react-native';
import {SlideButton, SlideDirection} from './SlideButton';
import Button from './Button';
here is my component
/**
*/
import React, {Component} from 'react';
import {View, Text} from 'react-native';
import {SlideButton, SlideDirection} from './SlideButton';
import Button from './Button';
export default class App extends Component {
onSlide() {
console.log('clicked!!');
}
}
const styles = {
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
buttonOuter: {
marginTop: 20
},
};
The text was updated successfully, but these errors were encountered: