We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d51aa6 commit 6f502f9Copy full SHA for 6f502f9
SampleApp/typescript/ts/App.tsx
@@ -14,7 +14,7 @@ import {
14
15
// ITERABLE:
16
// Make sure you have a file called Config.js and your apiKey is in there.
17
-import { iterableAPIKey } from './Config'
+import { iterableAPIKey } from './Config.Sample'
18
19
interface Props { }
20
export default class App extends React.Component {
SampleApp/typescript/ts/Config.Sample.ts
@@ -0,0 +1 @@
1
+export const iterableAPIKey = "INSERT_YOUR_API_KEY_HERE"
0 commit comments