IMPORTANT : Work in progress (at early stage), stay tuned!
This component is a bridge over native BEMAnalogClock
- Adjust the time on the clock via touch (or disable it)
- customizable
- native behind
NOTE: this native bridge is a
Swiftbridge. AnObjective-Cbridge version — published — is available here
Follow instruction from the npm published version
I just wanted to experiment
native component bridgein bothObjective-CandSwift.
Despite I prefer Swift in native projects, I realized it is a better bet to bridge in Objective-C:
- the first choice of React Native team
- MACROS
- can target static libraries
- Bridging in Swift finally adds more complexity than in Objective-C (more files since Swift was added later in React Native)
