import * as React from 'react'
import { GenericImageFilter } from 'react-native-image-filter-kit'
import { Image, ScrollView, Text } from 'react-native'
import { Ashby, Poprocket, InstagramCSSExtensionConfig, PoprocketStandalone } from './InstagramCSS'
const uri = 'https://picturepan2.github.io/instagram.css/assets/img/instagram.jpg'
const style = { width: 320, height: 320, marginBottom: 25 }
const textStyle = { fontSize: 20 }
const image =
const app = () => (
{'Ashby'}
{'Poprocket'}
{'PoprocketStandalone'}
{'Poprocket + Ashby'}
} />
{'Ashby + Poprocket'}
/* in JS this can be just ImageFilter */
config={{
name: 'Poprocket',
image: {
name: 'Ashby',
image
}
}}
/>
)
export default app