/react-native-dynamic-island

Implementation for new dynamic island on IOS

Primary LanguageJava

React Native Dynamic Island

Dymamic Island

Full new dynamic island feature integration on IOS with React Native

Watch my youtube video about how to do it

https://www.youtube.com/watch?v=kUOyC5p5Ew4

License

Getting Started

  • Check your XCODE version

    14.1 or above
    
  • Clone this repo

    git clone https://github.com/rodrigo2392/react-native-dynamic-island
    cd react-native-dynamic-island
    
  • Install dependencies

    yarn install
    or
    npm install
    
  • Run the app

    npm run ios
    
  • Happy hacking!