selectable text experiment
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import ExpoModulesCore
|
||||
|
||||
struct TextSegments: Decodable {
|
||||
let segments: Array<TextSegment>
|
||||
}
|
||||
|
||||
struct TextSegment: Decodable {
|
||||
let index: Int
|
||||
let text: String
|
||||
let style: TextStyle?
|
||||
let handlePress: Bool
|
||||
let handleLongPress: Bool
|
||||
}
|
||||
Reference in New Issue
Block a user