6 lines
182 B
JavaScript
6 lines
182 B
JavaScript
"use strict";
|
|
|
|
export function NativeBottomTabView(_) {
|
|
throw new Error('Native Bottom Tabs are not supported on this platform.');
|
|
}
|
|
//# sourceMappingURL=NativeBottomTabView.js.map
|