Using button created from SwiftUI in ReactNative
This commit is contained in:
parent
97fb795866
commit
41081b5084
7 changed files with 52 additions and 1 deletions
16
ios/Native/Application/BaseButton/BaseButton.swift
Normal file
16
ios/Native/Application/BaseButton/BaseButton.swift
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// BaseButton.swift
|
||||
// RNPlayground
|
||||
//
|
||||
// Created by Artur Gurgul on 02/08/2025.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct BaseButton: View {
|
||||
var body: some View {
|
||||
Button("SwiftUI Button") {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue