You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Thanks for the great job! I would need a title length a bit longer than 18.. would it be possible to have a parameter like:
<ExNavigatorshowNavigationBar={true}navigationBarStyle={styles.navigationBar}titleStyle={styles.title}sceneStyle={styles.scene}maxTitleLength={20}//<--- new parameterinitialRoute={initialRoute}/>
to enable to have title longer than 18 caracters?
That would be great!
Thanks,
The text was updated successfully, but these errors were encountered:
I'm trying to make a pull request with that modification but I can't push my commits in the branch I created, I'm getting this error:
remote: Permission to exponentjs/ex-navigator.git denied to fxhereng.
fatal: unable to access 'https://github.com/exponentjs/ex-navigator.git/': The requested URL returned error: 403
Could you explain to me the procedure to make a pull request?
Instead of maxTitleLength, how about a function called truncateTitle that receives the original title and is supposed to return the new one? That way you can decide how the title is shortened.
Hi,
Thanks for the great job! I would need a title length a bit longer than 18.. would it be possible to have a parameter like:
to enable to have title longer than 18 caracters?
That would be great!
Thanks,
The text was updated successfully, but these errors were encountered: