INNER CODE UNIT · JavaScript

project

react-native-menu/menu · react-native.config.js:1

const project = (() => {
	const path = require("node:path");
	try {
		const { configureProjects } = require("react-native-test-app");

		return configureProjects({
			android: {
				sourceDir: path.join("example", "android"),
				manifestPath: path.join(__dirname, "example", "android"),
			},
			ios: {
				sourceDir: path.join("example", "ios"),
			},
		});
	} catch (e) {
		return undefined;
	}
})();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…