Mobile app to rule all Flipper's family
Or get the app from the Releases Section.
├── instances
│ ├── app
├── components
│ ├── core
│ ├── bridge
│ ├── feature1
│ ├── feature2
app
- Main application module with UIcomponents/core
- Core library with deps and utilscomponents/bridge
- Communication between android and Flippercomponents/*
- Features modules, which connect to root application