Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 535 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 535 Bytes

Strangler Architecture in React Native

This is a proof of concept implementation of the strangler pattern in React Native based on the talk, "Strangling Legacy Apps with React Native" (slides).

Adam Terlson @adamterlson Marcus Österberg @osterbergmarcus

Getting Started

Navigate to the GreenField react-native app folder and yarn or npm install.

Then, launch via react-native run-ios or via XCode.