react-native-chunky
Version:
The Chunky Mobile Framework
19 lines (17 loc) • 330 B
JavaScript
import screen from '../screens/loading'
import container from '../data/containers'
export default {
screen,
container,
transitions: {
default: {
id: "auth/loading",
animation: "PushFromRight"
},
noauth: {
id: "auth/loading",
type: "replace",
animation: "PushFromRight"
}
}
}