-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerate.js
More file actions
8 lines (8 loc) · 774 Bytes
/
Copy pathgenerate.js
File metadata and controls
8 lines (8 loc) · 774 Bytes
1
2
3
4
5
6
7
8
// const list = ["SharedStateDemo","LifeCycleDemo", "WithNavigationFocusScreen", "SettingNavigationParams", "HomeScreen","WithNavigationFocus" ,"SettingHeaderDemo","GoingBackDemo","WithNavigation","Screen", "Demo",
// "UnstatedNext", "ReactLifeCycleStack", "CounterState",
// "UnstatedDemo", "PassingParamsToComponents", "Contacts",
// "Types", "Paper","Chat","TheNavigationLifecycle","OverridingSharedOptions", "Article","StackUtils","NavigationEventsScreen","AppStateDemo",
// "ShouldCompUpdateDemo","NavigationEvents", "App","SharingOptionsAcrossScreens", "NavUtils", "Albums"];
// list.forEach(x => console.log(x));
// // list.forEach(x => console.log(`<li><a href=${x}/index.html>${x}</a></li>`));
// list.forEach(x => console.log(`[${x}](/Examples/${x}/index.html)`));