Build React Native modules with Swift

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 20

  • @jannisroloff361
    @jannisroloff361 ปีที่แล้ว +3

    04:29 start with ios workspace
    06:20 create swift file
    06:40 create ObjectiveC Bridge Header
    07:17 start with swift module
    08:58 creating another ObjectiveC File
    10:40 implementing swift component into react-native
    13:40 creating WebWiew swift Component

  • @moosegoose1282
    @moosegoose1282 11 หลายเดือนก่อน +2

    nice vid. can u also make one using functional comp on reacts side? and then publishing package and install it in a RN project

  • @atljBoss
    @atljBoss 2 ปีที่แล้ว +1

    Great tutorial with a good real world problem thank you for this

    • @ScottBatson
      @ScottBatson  2 ปีที่แล้ว +1

      Thanks for watching!

  • @rahulrajput18
    @rahulrajput18 2 ปีที่แล้ว

    Awesome man! Thanks for such an insight.

  • @msabaeian
    @msabaeian 7 หลายเดือนก่อน

    Very Nice!

  • @elmcapp6032
    @elmcapp6032 2 ปีที่แล้ว

    Could you do an example of using codeable struct. Example React native sends a json object to the swift backend then we use codeable struct and store data in useDefault

  • @cvemwanda
    @cvemwanda ปีที่แล้ว

    How does one pass in a View prop and use in in the swift file?

  • @r13aero
    @r13aero 2 ปีที่แล้ว +1

    great tutorial!

    • @ScottBatson
      @ScottBatson  2 ปีที่แล้ว

      Thanks for watching!

  • @rahulrajput18
    @rahulrajput18 2 ปีที่แล้ว

    Can you do more of these? Subbed and hopeful. Cheers!

    • @ScottBatson
      @ScottBatson  2 ปีที่แล้ว +1

      I'd really like to by having a baby + work hasn't left a lot of free time. I'm hoping to get some new stuff up soon!

    • @rahulrajput18
      @rahulrajput18 2 ปีที่แล้ว

      @@ScottBatson Ohh great! All the best man :)

  • @tiagomsmagalhaes
    @tiagomsmagalhaes 2 ปีที่แล้ว

    Could you check at the point (24:00) when you set the htmlString if the WKWebView would be scrollable?
    I went url instead but cannot scroll

    • @ScottBatson
      @ScottBatson  2 ปีที่แล้ว

      Hmm We've used normal URLs with this component too and it's been scrollable. Is there something wrapping the element that might be interfering with the user input?

  • @danilocanalle
    @danilocanalle 2 ปีที่แล้ว +1

    Hello! Did you need to do that on Android ?

    • @ScottBatson
      @ScottBatson  2 ปีที่แล้ว +1

      We haven’t released our Android version yet. But when we do, we’ll have to figure out how to do it in Java or Kotlin, yes

    • @danilocanalle
      @danilocanalle 2 ปีที่แล้ว

      @@ScottBatson Ohhh ic

  • @swapnilvishwa156
    @swapnilvishwa156 2 ปีที่แล้ว

    how to use SwiftUI