wip
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react'
|
||||
|
||||
import {ExpoProTextViewProps} from './ExpoSelectableText.types'
|
||||
|
||||
export default function ExpoProTextView(props: ExpoProTextViewProps) {
|
||||
return (
|
||||
<div>
|
||||
<span>{props.name}</span>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user