This library is still in development and is not ready for production use.
- Ferrostar Core Android Implementation
- Ferrostar View Android Implementation
- Ferrostar Core iOS Implementation
- Ferrostar View iOS Implementation
- Documentation
This is a library for using Ferrostar navigation library for Expo.
expo install expo-ferrostar
import { Ferrostar } from "expo-ferrostar";
export default function App() {
return (
<SafeAreaView style={styles.container}>
<Ferrostar style={{ flex: 1, width: "100%" }} />
</SafeAreaView>
);
}