Update getting-started.md (#540)
Summary: Remove duplicate `client:start`. Pull Request resolved: https://github.com/facebook/flipper/pull/540 Test Plan: eyes Reviewed By: danielbuechele Differential Revision: D17203282 Pulled By: passy fbshipit-source-id: 2245c376181a0069d04c55af5f51170b793cd52a
This commit is contained in:
committed by
Facebook Github Bot
parent
9ba36e2795
commit
2d9b94ada5
@@ -270,7 +270,7 @@ AppDelegate.
|
|||||||
[client addPlugin: [[FlipperKitLayoutPlugin alloc] initWithRootNode: application
|
[client addPlugin: [[FlipperKitLayoutPlugin alloc] initWithRootNode: application
|
||||||
withDescriptorMapper: layoutDescriptorMapper]];
|
withDescriptorMapper: layoutDescriptorMapper]];
|
||||||
|
|
||||||
[client addPlugin:[[FKUserDefaultsPlugin alloc] initWithSuiteName:nil]]; [client start];
|
[client addPlugin:[[FKUserDefaultsPlugin alloc] initWithSuiteName:nil]];
|
||||||
[client addPlugin: [[FlipperKitNetworkPlugin alloc] initWithNetworkAdapter:[SKIOSNetworkAdapter new]]];
|
[client addPlugin: [[FlipperKitNetworkPlugin alloc] initWithNetworkAdapter:[SKIOSNetworkAdapter new]]];
|
||||||
[client start];
|
[client start];
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user