Skip to content

Commit 657926b

Browse files
committed
Documentation update
1 parent db86bfa commit 657926b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ dependencies {
248248
...
249249
compile project(':react-native-sqlite-storage')
250250
compile project(':sqlite-plugin-provider')
251-
// sqlite cipher support:
251+
// To add sqlite cipher support:
252252
compile project(':sql-cipher-plugin')
253253
}
254254
```
@@ -273,7 +273,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
273273
.setBundleAssetName("index.android.bundle") // this is dependant on how you name you JS files, example assumes index.android.js
274274
.setJSMainModuleName("index.android") // this is dependant on how you name you JS files, example assumes index.android.js
275275
.addPackage(new MainReactPackage())
276-
.addPackage(new SQLitePluginPackage()) // register SQLite Plugin here
276+
.addPackage(new SQLitePluginPackage()) // register SQLite Plugin here. For SQLiteCipher support pass SqliteCipherConnectionProvider to PluginPackage.
277277
.setUseDeveloperSupport(BuildConfig.DEBUG)
278278
.setInitialLifecycleState(LifecycleState.RESUMED)
279279
.build();

0 commit comments

Comments
 (0)